[LON-CAPA-cvs] cvs: loncom /homework grades.pm
raeburn
raeburn at source.lon-capa.org
Wed Sep 9 19:01:12 EDT 2020
raeburn Wed Sep 9 23:01:12 2020 EDT
Modified files:
/loncom/homework grades.pm
Log:
- Fewer localized phrases needed.
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.775 loncom/homework/grades.pm:1.776
--- loncom/homework/grades.pm:1.775 Tue Sep 8 13:44:33 2020
+++ loncom/homework/grades.pm Wed Sep 9 23:01:12 2020
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.775 2020/09/08 13:44:33 raeburn Exp $
+# $Id: grades.pm,v 1.776 2020/09/09 23:01:12 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -9472,7 +9472,7 @@
if ($count > 1) {
$formatextra = '<div style="display:none" id="bubbletype">'.
'<span class="LC_nobreak">'.
- &mt('Bubblesheet type:').' '.
+ &mt('Bubblesheet type').': '.
&scantron_scantab().'</span></div>';
$onclick = ' onclick="toggleScantab(this.form);"';
$formatjs = <<"END";
More information about the LON-CAPA-cvs
mailing list