[LON-CAPA-cvs] cvs: loncom(version_2_10_X) /homework grades.pm
raeburn
raeburn at source.lon-capa.org
Mon Oct 10 14:27:35 EDT 2011
raeburn Mon Oct 10 18:27:35 2011 EDT
Modified files: (Branch: version_2_10_X)
/loncom/homework grades.pm
Log:
- Typo in backport of 1.642 (1.596.2.4).
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.596.2.4 loncom/homework/grades.pm:1.596.2.5
--- loncom/homework/grades.pm:1.596.2.4 Sun Oct 9 23:24:27 2011
+++ loncom/homework/grades.pm Mon Oct 10 18:27:34 2011
@@ -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 @@
$r->print('<p><span class="LC_error">'.&mt("You have not selected a file that contains the student's response data.").'</span></p>');
}
if ( $env{'form.scantron_format'} eq '') {
- $r->print('<p><span class="LC_error">'.&mt(:You have not selected the format of the student's response data.").'</span></p>');
+ $r->print('<p><span class="LC_error">'.&mt("You have not selected the format of the student's response data.").'</span></p>');
}
} else {
my $warning=&scantron_warning_screen('Grading: Validate Records');
@@ -9520,7 +9520,7 @@
$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');
More information about the LON-CAPA-cvs
mailing list