MDL-27263 fix already logged in error message typo
authorPetr Skoda <commits@skodak.org>
Thu, 21 Apr 2011 17:37:30 +0000 (19:37 +0200)
committerPetr Skoda <commits@skodak.org>
Thu, 21 Apr 2011 18:35:16 +0000 (20:35 +0200)
lang/en/error.php

index 2c72968..10a8cde 100644 (file)
@@ -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.<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['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.';