--- loncom/homework/inputtags.pm 2005/04/07 06:56:21 1.165 +++ loncom/homework/inputtags.pm 2005/04/08 19:39:32 1.166 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.165 2005/04/07 06:56:21 albertel Exp $ +# $Id: inputtags.pm,v 1.166 2005/04/08 19:39:32 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -494,7 +494,7 @@ sub decideoutput { $bgcolor=$possiblecolors{'not_charged_try'}; $button=1; } elsif ($award eq 'INVALID_FILETYPE') { - $message = &mt('The filetype extension of the file you uploaded is not allowed.'); + $message = &mt('Submission won\'t be graded. The type of file submitted is not allowed.'); $bgcolor=$possiblecolors{'not_charged_try'}; $button=1; } elsif ($award eq 'SIG_FAIL') {