[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface lonwhatsnew.pm
raeburn
raeburn at source.lon-capa.org
Fri May 19 15:55:09 EDT 2017
raeburn Fri May 19 19:55:09 2017 EDT
Modified files: (Branch: version_2_11_X)
/loncom/interface lonwhatsnew.pm
Log:
- For 2.11
- Backport 1.123.
Index: loncom/interface/lonwhatsnew.pm
diff -u loncom/interface/lonwhatsnew.pm:1.105.2.13 loncom/interface/lonwhatsnew.pm:1.105.2.14
--- loncom/interface/lonwhatsnew.pm:1.105.2.13 Wed Nov 9 18:02:56 2016
+++ loncom/interface/lonwhatsnew.pm Fri May 19 19:55:09 2017
@@ -1,5 +1,5 @@
#
-# $Id: lonwhatsnew.pm,v 1.105.2.13 2016/11/09 18:02:56 raeburn Exp $
+# $Id: lonwhatsnew.pm,v 1.105.2.14 2017/05/19 19:55:09 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1241,7 +1241,7 @@
sub process_reset {
my ($dom,$crs,$checkallowed) = @_;
if (!$checkallowed->{'resetcounters'}) {
- return '<b>'.&mt('You do not the required privileges to reset counters').
+ return '<b>'.&mt('You do not have the required privileges to reset counters').
'</b><br />';
}
my $result = '<b>'.&mt('Counters reset for following problems (and parts):').
More information about the LON-CAPA-cvs
mailing list