From b8af0a52b1e403fefb5675ae420733304284da5d Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 1 Jan 2011 02:24:01 +0000 Subject: Fixes #2740 - exception messages using the value for minimum username and password length git-svn-id: http://code.elgg.org/elgg/trunk@7800 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index 94bf38c2a..42776cb3f 100644 --- a/languages/en.php +++ b/languages/en.php @@ -484,8 +484,8 @@ $english = array( 'registration:notemail' => 'The email address you provided does not appear to be a valid email address.', 'registration:userexists' => 'That username already exists', - 'registration:usernametooshort' => 'Your username must be a minimum of 4 characters long.', - 'registration:passwordtooshort' => 'The password must be a minimum of 6 characters long.', + 'registration:usernametooshort' => 'Your username must be a minimum of %u characters long.', + 'registration:passwordtooshort' => 'The password must be a minimum of %u characters long.', 'registration:dupeemail' => 'This email address has already been registered.', 'registration:invalidchars' => 'Sorry, your username contains the following invalid character: %s. All of these characters are invalid: %s', 'registration:emailnotvalid' => 'Sorry, the email address you entered is invalid on this system', -- cgit v1.2.3