]> 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:08:56 +0000 (11:08 +0000)
committermits <mits>
Wed, 14 May 2008 11:08:56 +0000 (11:08 +0000)
lang/en_utf8/error.php

index ee3ba16c759836f70db80d54e7453c91bf2539aa..2e52a9a5c8a45ab9b68a425b7c388ed617c259b7 100644 (file)
@@ -112,6 +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['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';