[LON-CAPA-cvs] cvs: loncom /homework essayresponse.pm
riegler
riegler@source.lon-capa.org
Sat, 23 May 2009 18:07:57 -0000
riegler Sat May 23 18:07:57 2009 EDT
Modified files:
/loncom/homework essayresponse.pm
Log:
Change of wording.
Change request arose in the 2009 training workshop on Portfolio
Index: loncom/homework/essayresponse.pm
diff -u loncom/homework/essayresponse.pm:1.100 loncom/homework/essayresponse.pm:1.101
--- loncom/homework/essayresponse.pm:1.100 Wed Jan 21 16:43:30 2009
+++ loncom/homework/essayresponse.pm Sat May 23 18:07:57 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# essay (ungraded) style responses
#
-# $Id: essayresponse.pm,v 1.100 2009/01/21 16:43:30 raeburn Exp $
+# $Id: essayresponse.pm,v 1.101 2009/05/23 18:07:57 riegler Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -67,7 +67,7 @@
'</label> <br />'.
'<label>'.
'<input type="radio" name="HWDRAFT'.$part.'_'.$id.'" value="no" /> '.
- &mt('Save entries below as a draft answer (not submitting them for credit yet)').
+ &mt('Save entries below (not submitted for credit yet)').
'</label>'.
'</td></tr>';
}