]> git.mjollnir.org Git - moodle.git/commitdiff
Merging mudrd8mz's typo fix.
authortjhunt <tjhunt>
Wed, 14 Jan 2009 08:00:48 +0000 (08:00 +0000)
committertjhunt <tjhunt>
Wed, 14 Jan 2009 08:00:48 +0000 (08:00 +0000)
lang/en_utf8/error.php

index f584e8e9e7d60739b3ad5722ed339cb0b653e72d..1d9d15409c982133be8aa7333fe88a22eba2efba 100644 (file)
@@ -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.<br />Please notify server administrator.';
 $string['wwwrootslash'] = 'Detected incorrect \$CFG->wwwroot in config.php, it must not contain trailing slash.<br />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.';
 
 ?>