[LON-CAPA-cvs] cvs: loncom(version_2_10_X) /homework grades.pm
raeburn
raeburn at source.lon-capa.org
Sat Oct 22 22:15:26 EDT 2011
raeburn Sun Oct 23 02:15:26 2011 EDT
Modified files: (Branch: version_2_10_X)
/loncom/homework grades.pm
Log:
- Backport 1.661.
- Fix typo in backport in 1.596.2.6.
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.596.2.8 loncom/homework/grades.pm:1.596.2.9
--- loncom/homework/grades.pm:1.596.2.8 Tue Oct 11 00:25:45 2011
+++ loncom/homework/grades.pm Sun Oct 23 02:15:25 2011
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.596.2.8 2011/10/11 00:25:45 raeburn Exp $
+# $Id: grades.pm,v 1.596.2.9 2011/10/23 02:15:25 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2106,7 +2106,7 @@
keyw => 'Keyword Options',
list => 'List',
past => 'Paste Selection to List',
- high => 'Hightlight Attribute',
+ high => 'Highlight Attribute',
);
#
# Print out the keyword options line
@@ -7176,7 +7176,7 @@
}
$r->print(&verify_bubbles_checked(@lines_to_correct));
} elsif ($error eq 'missingbubble') {
- $r->print('<p class="LC_warning">.&mt("There have been [_1]no[_2] bubbles scanned for some question(s)",'<b>','</b>')."</p>\n");
+ $r->print('<p class="LC_warning">'.&mt("There have been [_1]no[_2] bubbles scanned for some question(s)",'<b>','</b>')."</p>\n");
$r->print($message);
$r->print("<p>".&mt("Please indicate which bubble should be used for grading.")."</p>");
$r->print(&mt("Some questions have no scanned bubbles.")."\n");
More information about the LON-CAPA-cvs
mailing list