From: Petr Skoda Date: Thu, 21 Apr 2011 17:37:30 +0000 (+0200) Subject: MDL-27263 fix already logged in error message typo X-Git-Tag: v2.1.0~206^2~5^2 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=3c2fffbaa783daae54c9f701425a331f3ed0ac87 MDL-27263 fix already logged in error message typo --- diff --git a/lang/en/error.php b/lang/en/error.php index 2c72968fd61..10a8cde6adb 100644 --- a/lang/en/error.php +++ b/lang/en/error.php @@ -514,5 +514,5 @@ $string['wscouldnotcreateecoursenopermission'] = 'WS - Could not create course - $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['alreadyloggedin'] = 'You are already logged in as {$a}, you need to log out before logging is as different user.'; +$string['alreadyloggedin'] = 'You are already logged in as {$a}, you need to log out before logging in as different user.'; $string['youcannotdeletecategory'] = 'You cannot delete category \'{$a}\' because you can neither delete the contents, nor move them elsewhere.';