--- loncom/homework/grades.pm 2009/03/18 12:26:21 1.558 +++ loncom/homework/grades.pm 2009/03/19 19:09:47 1.559 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.558 2009/03/18 12:26:21 bisitz Exp $ +# $Id: grades.pm,v 1.559 2009/03/19 19:09:47 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -844,12 +844,10 @@ sub listStudents { my ($table,undef,$hdgrade,$partlist,$handgrade) = &showResourceInfo($symb,$env{'form.probTitle'},($env{'form.showgrading'} eq 'yes')); - my %lt = ( 'multiple' => - &mt("Please select a student or group of students before clicking on the Next button."), - 'single' => - &mt("Please select the student before clicking on the Next button."), - ); - %lt = &Apache::lonlocal::texthash(%lt); + my %lt = &Apache::lonlocal::texthash ( + 'multiple' => 'Please select a student or group of students before clicking on the Next button.', + 'single' => 'Please select the student before clicking on the Next button.', + ); $request->print(< function checkSelect(checkBox) {