[LON-CAPA-cvs] cvs: loncom /homework inputtags.pm
raeburn
raeburn at source.lon-capa.org
Thu Aug 29 09:02:11 EDT 2013
raeburn Thu Aug 29 13:02:11 2013 EDT
Modified files:
/loncom/homework inputtags.pm
Log:
- Consistent wording.
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.321 loncom/homework/inputtags.pm:1.322
--- loncom/homework/inputtags.pm:1.321 Thu Aug 29 12:47:30 2013
+++ loncom/homework/inputtags.pm Thu Aug 29 13:02:11 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# input definitons
#
-# $Id: inputtags.pm,v 1.321 2013/08/29 12:47:30 raeburn Exp $
+# $Id: inputtags.pm,v 1.322 2013/08/29 13:02:11 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -222,7 +222,7 @@
$oldresponse = $Apache::lonhomework::history{"resource.$partid.$resid.submission"};
} elsif (($Apache::lonhomework::history{"resource.$partid.type"} eq 'anonsurvey') ||
($Apache::lonhomework::history{"resource.$partid.type"} eq 'anonsurveycred')) {
- $oldresponse = '* '.&mt('only shown to submitter').' *';
+ $oldresponse = '* '.&mt('(only shown to submitter)').' *';
} else {
$oldresponse = $Apache::lonhomework::history{"resource.$partid.$resid.submission"};
}
@@ -424,7 +424,7 @@
($Apache::lonhomework::history{"resource.$partid.type"} eq 'anonsurveycred') ||
($Apache::lonhomework::type eq 'anonsurvey') ||
($Apache::lonhomework::type eq 'anonsurveycred')) {
- $oldresponse = '* '.&mt('only shown to submitter').' *';
+ $oldresponse = '* '.&mt('(only shown to submitter)').' *';
} else {
$oldresponse = $Apache::lonhomework::history{"resource.$partid.$id.submission"};
}
More information about the LON-CAPA-cvs
mailing list