[LON-CAPA-cvs] cvs: loncom /homework inputtags.pm /localize/localize newphrases.txt removephrases.txt
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 05 Mar 2004 21:31:07 -0000
albertel Fri Mar 5 16:31:07 2004 EDT
Modified files:
/loncom/homework inputtags.pm
/loncom/localize/localize newphrases.txt removephrases.txt
Log:
- BUG#2791
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.133 loncom/homework/inputtags.pm:1.134
--- loncom/homework/inputtags.pm:1.133 Fri Feb 27 12:18:32 2004
+++ loncom/homework/inputtags.pm Fri Mar 5 16:31:07 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# input definitons
#
-# $Id: inputtags.pm,v 1.133 2004/02/27 17:18:32 albertel Exp $
+# $Id: inputtags.pm,v 1.134 2004/03/05 21:31:07 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -410,7 +410,7 @@
$bgcolor=$possiblecolors{'no_feedback'};
$button=1;
} elsif ($award eq 'MISSING_ANSWER') {
- $message = &mt('Some parts were not submitted.');
+ $message = &mt('Some items were not submitted.');
$bgcolor=$possiblecolors{'not_charged_try'};
$button = 1;
} elsif ($award eq 'ERROR') {
Index: loncom/localize/localize/newphrases.txt
diff -u loncom/localize/localize/newphrases.txt:1.41 loncom/localize/localize/newphrases.txt:1.42
--- loncom/localize/localize/newphrases.txt:1.41 Fri Mar 5 15:18:26 2004
+++ loncom/localize/localize/newphrases.txt Fri Mar 5 16:31:07 2004
@@ -76,4 +76,5 @@
# [_1] is an html link to the current file
Currently submitted: <tt>[_1]</tt>
(Hand in a file you have prepared on your computer)
-Leave blank on scoring form
\ No newline at end of file
+Leave blank on scoring form
+Some items were not submitted
\ No newline at end of file
Index: loncom/localize/localize/removephrases.txt
diff -u loncom/localize/localize/removephrases.txt:1.8 loncom/localize/localize/removephrases.txt:1.9
--- loncom/localize/localize/removephrases.txt:1.8 Thu Jan 29 13:51:28 2004
+++ loncom/localize/localize/removephrases.txt Fri Mar 5 16:31:07 2004
@@ -28,4 +28,5 @@
Every problem in a particular folder
One particular problem
Answer Submitted
-Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.
\ No newline at end of file
+Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.
+Some parts were not submitted
\ No newline at end of file