--- loncom/homework/grades.pm 2011/10/09 23:24:27 1.596.2.4 +++ loncom/homework/grades.pm 2011/10/10 18:27:34 1.596.2.5 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.596.2.4 2011/10/09 23:24:27 raeburn Exp $ +# $Id: grades.pm,v 1.596.2.5 2011/10/10 18:27:34 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6420,7 +6420,7 @@ sub scantron_do_warning { $r->print('

'.&mt("You have not selected a file that contains the student's response data.").'

'); } if ( $env{'form.scantron_format'} eq '') { - $r->print('

'.&mt(:You have not selected the format of the student's response data.").'

'); + $r->print('

'.&mt("You have not selected the format of the student's response data.").'

'); } } else { my $warning=&scantron_warning_screen('Grading: Validate Records'); @@ -9520,7 +9520,7 @@ sub handler { $ssi_error = 0; my $brcrum = [{href=>"/adm/grades",text=>"Grading"}]; my $start_page = &Apache::loncommon::start_page('Grading',undef, - {'bread_crumbs' => $brcrum})); + {'bread_crumbs' => $brcrum}); if ($symb eq '' && $command eq '') { if ($env{'user.adv'}) { &Apache::loncommon::content_type($request,'text/html');