--- loncom/homework/grades.pm 2011/09/23 04:53:48 1.652 +++ loncom/homework/grades.pm 2011/10/01 15:48:18 1.653 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.652 2011/09/23 04:53:48 raeburn Exp $ +# $Id: grades.pm,v 1.653 2011/10/01 15:48:18 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2729,7 +2729,7 @@ sub processHandGrade { $ctr++; } if ($total < 0) { - my $the_end.=&mt('Message: No more students for this section or class.').'

'."\n"; + my $the_end.='

'.&mt('[_1]Message:[_2] No more students for this section or class.','','').'

'."\n"; $request->print($the_end); } return '';