]> git.mjollnir.org Git - moodle.git/commitdiff
Adding a missing string for print_error('errortoomanylogins'); in update_login_count...
authormits <mits>
Wed, 14 May 2008 11:16:40 +0000 (11:16 +0000)
committermits <mits>
Wed, 14 May 2008 11:16:40 +0000 (11:16 +0000)
lang/en_utf8/error.php

index 2e52a9a5c8a45ab9b68a425b7c388ed617c259b7..8b8e6fd665f05076c6505d9e2754784820ddc30b 100644 (file)
@@ -112,7 +112,7 @@ $string['errorcreatingdirectory'] = 'Error creating directory \"$a\"';
 $string['errorcreatingfile'] = 'Error creating file \"$a\"';
 $string['erroronline'] = 'Error on line $a';
 $string['errorreadingfile'] = 'Error reading file \"$a\"';
-$string['errorwhenconfirming'] = 'You are not confirmed yet because an error occurred.  If you clicked on a link in an email to get here, make sure that the line in your email wasn\'t broken or wrapped. You may have to use cut and paste to reconstruct the link properly.';
+$string['errortoomanylogins'] = 'Sorry, you have exceeded the allowed number of login attempts. Restart your browser.';
 $string['errorunzippingfiles'] = 'Error unzipping files';
 $string['failtoloadblocks'] = 'One or more blocks are registered in the database, but they all failed to load!';
 $string['fieldrequired'] = '\"$a\" is a required field';