[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /homework structuretags.pm
raeburn
raeburn at source.lon-capa.org
Thu Nov 7 08:59:20 EST 2019
raeburn Thu Nov 7 13:59:20 2019 EDT
Modified files: (Branch: version_2_11_X)
/loncom/homework structuretags.pm
Log:
- For 2.11
Backport 1.570 (part)
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.512.2.22 loncom/homework/structuretags.pm:1.512.2.23
--- loncom/homework/structuretags.pm:1.512.2.22 Tue Nov 5 18:14:39 2019
+++ loncom/homework/structuretags.pm Thu Nov 7 13:59:19 2019
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# definition of tags that give a structure to a document
#
-# $Id: structuretags.pm,v 1.512.2.22 2019/11/05 18:14:39 raeburn Exp $
+# $Id: structuretags.pm,v 1.512.2.23 2019/11/07 13:59:19 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -3153,7 +3153,7 @@
my ($header,$text);
if ($reqtries eq 'none') {
$header = &mt('No Question Variation');
- $text = &mt('For this question there will no new variation after a try.');
+ $text = &mt('For this question there will be no new variation after a try.');
} elsif ($reqtries > 1) {
$header = &mt('New Question Variation After Every [quant,_1,Try,Tries]',$reqtries);
if (($problemstatus eq 'no') ||
More information about the LON-CAPA-cvs
mailing list