]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed a grammatical error on error.php.
authormits <mits>
Tue, 13 May 2008 20:39:07 +0000 (20:39 +0000)
committermits <mits>
Tue, 13 May 2008 20:39:07 +0000 (20:39 +0000)
lang/en_utf8/error.php

index 13574304b04432f49f3dedf67bb5da7e2983cac7..39f51c1475830ba9b3d289944d1b315e4aa46530 100644 (file)
@@ -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';