--- loncom/interface/lonwhatsnew.pm 2016/11/09 18:02:56 1.105.2.13 +++ loncom/interface/lonwhatsnew.pm 2017/05/19 19:55:09 1.105.2.14 @@ -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 get_current { sub process_reset { my ($dom,$crs,$checkallowed) = @_; if (!$checkallowed->{'resetcounters'}) { - return ''.&mt('You do not the required privileges to reset counters'). + return ''.&mt('You do not have the required privileges to reset counters'). '
'; } my $result = ''.&mt('Counters reset for following problems (and parts):').