--- loncom/homework/inputtags.pm 2013/08/20 00:46:35 1.320 +++ loncom/homework/inputtags.pm 2013/08/29 12:47:30 1.321 @@ -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 @@ sub decideoutput { $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') {