From ef38c227fad6a64fc43b2d8176f6d975ffdf8e38 Mon Sep 17 00:00:00 2001 From: mits Date: Wed, 14 May 2008 11:16:40 +0000 Subject: [PATCH] Adding a missing string for print_error('errortoomanylogins'); in update_login_count() of lib/moodlelib.php. - amendment for previous commit. --- 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 2e52a9a5c8..8b8e6fd665 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -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'; -- 2.39.5