diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-08 09:30:19 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-08 09:30:19 +0000 |
commit | 67b7b3d4f6e1efbe8c4d2cff022b0f9e2f15c96b (patch) | |
tree | a6dadcb5b74259427a90b2b0c8b3acddfc9e9295 /languages | |
parent | 2158f367d30696708653578d3fb77b5058db8147 (diff) | |
download | elgg-67b7b3d4f6e1efbe8c4d2cff022b0f9e2f15c96b.tar.gz elgg-67b7b3d4f6e1efbe8c4d2cff022b0f9e2f15c96b.tar.bz2 |
Fixes #415
git-svn-id: https://code.elgg.org/elgg/trunk@2218 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index 2e97f3c1b..c7990f291 100644 --- a/languages/en.php +++ b/languages/en.php @@ -405,7 +405,7 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", '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:dupeemail' => 'This email address has already been registered.', - 'registration:invalidchars' => 'Sorry, your email address contains invalid characters.', + 'registration:invalidchars' => 'Sorry, your username contains invalid characters.', 'registration:emailnotvalid' => 'Sorry, the email address you entered is invalid on this system', 'registration:passwordnotvalid' => 'Sorry, the password you entered is invalid on this system', 'registration:usernamenotvalid' => 'Sorry, the username you entered is invalid on this system', |