[LON-CAPA-cvs] cvs: loncom /interface lonwhatsnew.pm

raeburn raeburn at source.lon-capa.org
Fri May 19 14:23:19 EDT 2017


raeburn		Fri May 19 18:23:19 2017 EDT

  Modified files:              
    /loncom/interface	lonwhatsnew.pm 
  Log:
  - Missing word.
  
  
Index: loncom/interface/lonwhatsnew.pm
diff -u loncom/interface/lonwhatsnew.pm:1.122 loncom/interface/lonwhatsnew.pm:1.123
--- loncom/interface/lonwhatsnew.pm:1.122	Tue Nov  8 23:55:48 2016
+++ loncom/interface/lonwhatsnew.pm	Fri May 19 18:23:19 2017
@@ -1,5 +1,5 @@
 #
-# $Id: lonwhatsnew.pm,v 1.122 2016/11/08 23:55:48 raeburn Exp $
+# $Id: lonwhatsnew.pm,v 1.123 2017/05/19 18:23:19 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