From: skodak Date: Sun, 27 Apr 2008 13:06:46 +0000 (+0000) Subject: MDL-14570 fixed typo - credit goes to Mitsuhiro Yoshida X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=879acf7799845f7d32a246cd77ce85a4472353ad;p=moodle.git MDL-14570 fixed typo - credit goes to Mitsuhiro Yoshida --- diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index b8d3e844bf..3d771fd9c2 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -137,7 +137,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['nopermissiontoviewpage'] = 'You are not allowed to look at this patge'; +$string['nopermissiontoviewpage'] = 'You are not allowed to look at this page'; $string['nosite'] = 'No sites'; $string['nositeid'] = 'No site ID'; $string['nostatstodisplay'] = 'There is no available data to display, sorry.';