[LON-CAPA-cvs] cvs: loncom /homework inputtags.pm /localize/localize newphrases.txt removephrases.txt
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 15 Jan 2004 00:15:12 -0000
albertel Wed Jan 14 19:15:12 2004 EDT
Modified files:
/loncom/homework inputtags.pm
/loncom/localize/localize newphrases.txt removephrases.txt
Log:
- Bug#2589
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.125 loncom/homework/inputtags.pm:1.126
--- loncom/homework/inputtags.pm:1.125 Mon Dec 22 17:24:21 2003
+++ loncom/homework/inputtags.pm Wed Jan 14 19:15:12 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# input definitons
#
-# $Id: inputtags.pm,v 1.125 2003/12/22 22:24:21 albertel Exp $
+# $Id: inputtags.pm,v 1.126 2004/01/15 00:15:12 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -478,7 +478,7 @@
}
if (lc($Apache::lonhomework::problemstatus) eq 'no' &&
$Apache::inputtags::status[-1] ne 'SHOW_ANSWER') {
- $message = &mt("Answer Submitted");
+ $message = &mt("Answer Submitted: Your final submission will be graded after the due date.");
$bgcolor=$possiblecolors{'correct'};
$button=1;
}
Index: loncom/localize/localize/newphrases.txt
diff -u loncom/localize/localize/newphrases.txt:1.27 loncom/localize/localize/newphrases.txt:1.28
--- loncom/localize/localize/newphrases.txt:1.27 Wed Dec 17 14:21:57 2003
+++ loncom/localize/localize/newphrases.txt Wed Jan 14 19:15:12 2004
@@ -26,3 +26,4 @@
Type Name Here
Go
[_1] Local Authentication with argument [_2]
+Answer Submitted: Your final submission will be graded after the due date.
\ No newline at end of file
Index: loncom/localize/localize/removephrases.txt
diff -u loncom/localize/localize/removephrases.txt:1.6 loncom/localize/localize/removephrases.txt:1.7
--- loncom/localize/localize/removephrases.txt:1.6 Mon Nov 24 12:22:11 2003
+++ loncom/localize/localize/removephrases.txt Wed Jan 14 19:15:12 2004
@@ -27,3 +27,4 @@
Every problem in the course
Every problem in a particular folder
One particular problem
+Answer Submitted
\ No newline at end of file