--- loncom/homework/inputtags.pm 2008/12/15 20:24:53 1.254 +++ loncom/homework/inputtags.pm 2009/01/15 18:31:15 1.255 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.254 2008/12/15 20:24:53 raeburn Exp $ +# $Id: inputtags.pm,v 1.255 2009/01/15 18:31:15 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -817,7 +817,7 @@ sub decideoutput { $css_class=$possible_class{'not_charged_try'}; $button=1; } elsif ($award eq 'INVALID_FILETYPE') { - $message = &mt('Submission won\'t be graded. The type of file submitted is not allowed.'); + $message = &mt("Submission won't be graded. The type of file submitted is not allowed."); $css_class=$possible_class{'not_charged_try'}; $button=1; } elsif ($award eq 'SIG_FAIL') {