From: mits Date: Tue, 13 May 2008 20:39:07 +0000 (+0000) Subject: Fixed a grammatical error on error.php. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6a441999d01084c73354a16f6c23cf216b114607;p=moodle.git Fixed a grammatical error on error.php. --- diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 13574304b0..39f51c1475 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -179,7 +179,7 @@ $string['nousers'] = 'No such user!'; $string['nonmeaningfulcontent'] = 'Non meaningful content'; $string['noparticipatorycms'] = 'Sorry, but you have no participatory course modules to report on.'; $string['nopermissions'] = 'Sorry, but you do not currently have permissions to do that ($a)'; -$string['nopermissiontoimportact'] = 'You need do not have the required permissions to import activities to this course'; +$string['nopermissiontoimportact'] = 'You do not have the required permissions to import activities to this course'; $string['nopermissiontoviewpage'] = 'You are not allowed to look at this page'; $string['nopermissiontomanagegroup'] = 'You do not have the required permissions to manage groups.'; $string['nosite'] = 'No sites';