From: tjhunt Date: Wed, 14 Jan 2009 08:00:48 +0000 (+0000) Subject: Merging mudrd8mz's typo fix. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d3542f9450f5f8bddbd1389b84be0433c467e5d9;p=moodle.git Merging mudrd8mz's typo fix. --- diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index f584e8e9e7..1d9d15409c 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -480,6 +480,6 @@ $string['wrongzipfilename'] = 'Wrong ZIP file name'; $string['wwwrootmismatch'] = 'Incorrect access detected, this server may be accessed only through \"$a\" address, sorry.
Please notify server administrator.'; $string['wwwrootslash'] = 'Detected incorrect \$CFG->wwwroot in config.php, it must not contain trailing slash.
Please notify server administrator.'; $string['xmldberror'] = 'XMLDB error!'; -$string['youcannotdeletecategory'] = 'You cannot delete category \'$a\' becuase you can neither delete the contents, nor move them elsewhere.'; +$string['youcannotdeletecategory'] = 'You cannot delete category \'$a\' because you can neither delete the contents, nor move them elsewhere.'; ?>