--- loncom/interface/spreadsheet/classcalc.pm 2006/05/01 06:17:16 1.27 +++ loncom/interface/spreadsheet/classcalc.pm 2006/08/18 15:15:39 1.28 @@ -1,5 +1,5 @@ # -# $Id: classcalc.pm,v 1.27 2006/05/01 06:17:16 raeburn Exp $ +# $Id: classcalc.pm,v 1.28 2006/08/18 15:15:39 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -85,7 +85,7 @@ sub html_header { &Apache::lonstatistics::clear_classlist_variables(); foreach (['Sections',&Apache::lonstatistics::SectionSelect('Section','multiple',3)], ['Groups',&Apache::lonstatistics::GroupSelect('Group','multiple',3)], - ['Enrollment Status',&Apache::lonhtmlcommon::StatusOptions(undef,undef,3)], + ['Access Status',&Apache::lonhtmlcommon::StatusOptions(undef,undef,3)], ['Output Format',$self->output_selector()]) { my ($name,$selector) = @{$_}; $toprow .= ''.&mt($name).'';