[LON-CAPA-cvs] cvs: loncom /homework grades.pm
raeburn
raeburn at source.lon-capa.org
Thu Aug 29 08:39:13 EDT 2013
raeburn Thu Aug 29 12:39:13 2013 EDT
Modified files:
/loncom/homework grades.pm
Log:
- Quoting change to &mt() call.
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.704 loncom/homework/grades.pm:1.705
--- loncom/homework/grades.pm:1.704 Wed Aug 28 04:25:14 2013
+++ loncom/homework/grades.pm Thu Aug 29 12:39:13 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.704 2013/08/28 04:25:14 raeburn Exp $
+# $Id: grades.pm,v 1.705 2013/08/29 12:39:13 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -6581,7 +6581,7 @@
return ('
<p>
<span class="LC_warning">
-'.&mt('Please double check the information below before clicking on \'[_1]\'',&mt($button_text)).'</span>
+'.&mt("Please double check the information below before clicking on '[_1]'",&mt($button_text)).'</span>
</p>
<table>
<tr><td><b>'.&mt('Sequence to be Graded:').'</b></td><td>'.$title.'</td></tr>
More information about the LON-CAPA-cvs
mailing list