[LON-CAPA-cvs] cvs: loncom /homework grades.pm
raeburn
raeburn at source.lon-capa.org
Tue Dec 18 12:13:55 EST 2012
raeburn Tue Dec 18 17:13:55 2012 EDT
Modified files:
/loncom/homework grades.pm
Log:
- Localization -- remove escapes from phrases to translate.
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.678 loncom/homework/grades.pm:1.679
--- loncom/homework/grades.pm:1.678 Mon Dec 10 05:47:21 2012
+++ loncom/homework/grades.pm Tue Dec 18 17:13:55 2012
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.678 2012/12/10 05:47:21 raeburn Exp $
+# $Id: grades.pm,v 1.679 2012/12/18 17:13:55 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -6441,7 +6441,7 @@
<tr><td><b>'.&mt('Data File that will be used:').'</b></td><td><tt>'.$env{'form.scantron_selectfile'}.'</tt></td></tr>
'.$CODElist.$lastbubblepoints.'
</table>
-<p> '.&mt('If this information is correct, please click on \'[_1]\'.',&mt($button_text)).'<br />
+<p> '.&mt("If this information is correct, please click on '[_1]".',&mt($button_text)).'<br />
'.&mt('If something is incorrect, please return to [_1]Grade/Manage/Review Bubblesheets[_2] to start over.','<a href="/adm/grades?symb='.$symb.'&command=scantron_selectphase" class="LC_info">','</a>').'</p>
<br />
More information about the LON-CAPA-cvs
mailing list