--- loncom/homework/inputtags.pm 2012/12/28 18:22:13 1.314 +++ loncom/homework/inputtags.pm 2013/04/11 14:59:40 1.315 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.314 2012/12/28 18:22:13 raeburn Exp $ +# $Id: inputtags.pm,v 1.315 2013/04/11 14:59:40 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1078,7 +1078,7 @@ sub decideoutput { } else { $message .= '
'; } - $message .= &mt('Please use a different file name.'); + $message .= &mt('Please use a different filename.'); $css_class=$possible_class{'not_charged_try'}; $button=1; } elsif ($award eq 'INVALID_FILETYPE') {