[LON-CAPA-cvs] cvs: loncom /homework inputtags.pm

raeburn raeburn at source.lon-capa.org
Thu Aug 29 08:47:30 EDT 2013


raeburn		Thu Aug 29 12:47:30 2013 EDT

  Modified files:              
    /loncom/homework	inputtags.pm 
  Log:
  - Quoting change to &mt() call.
  
  
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.320 loncom/homework/inputtags.pm:1.321
--- loncom/homework/inputtags.pm:1.320	Tue Aug 20 00:46:35 2013
+++ loncom/homework/inputtags.pm	Thu Aug 29 12:47:30 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # input  definitons
 #
-# $Id: inputtags.pm,v 1.320 2013/08/20 00:46:35 raeburn Exp $
+# $Id: inputtags.pm,v 1.321 2013/08/29 12:47:30 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1137,7 +1137,7 @@
 	$css_class=$possible_class{'not_charged_try'};
 	$button=1;
     } elsif ($award eq 'EXCESS_FILESIZE') {
-        $message = &mt('Submission won\'t be graded. The combined size of submitted files exceeded the amount allowed.');
+        $message = &mt("Submission won't be graded. The combined size of submitted files exceeded the amount allowed.");
         $css_class=$possible_class{'not_charged_try'};
         $button=1;
     } elsif ($award eq 'FILENAME_INUSE') {




More information about the LON-CAPA-cvs mailing list