From d3542f9450f5f8bddbd1389b84be0433c467e5d9 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 14 Jan 2009 08:00:48 +0000 Subject: [PATCH] Merging mudrd8mz's typo fix. --- lang/en_utf8/error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'; ?> -- 2.39.5