--- loncom/interface/lonwhatsnew.pm 2016/11/08 23:55:48 1.122 +++ loncom/interface/lonwhatsnew.pm 2017/05/19 18:23:19 1.123 @@ -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 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):').