[LON-CAPA-cvs] cvs: loncom /homework inputtags.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 08 Apr 2005 19:39:32 -0000
albertel Fri Apr 8 15:39:32 2005 EDT
Modified files:
/loncom/homework inputtags.pm
Log:
- improved wording
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.165 loncom/homework/inputtags.pm:1.166
--- loncom/homework/inputtags.pm:1.165 Thu Apr 7 02:56:21 2005
+++ loncom/homework/inputtags.pm Fri Apr 8 15:39:32 2005
@@ -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 @@
$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') {