aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-18 20:28:22 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-18 20:28:22 +0000
commitf2aa2c6980460261f27bf01d3e074aa9b2d4bd5d (patch)
treefa970a82dc5871c7cd1496cd2e62eb632ba15dd1 /languages
parentb62d40b4d21a0cf06c31ca4cb47d5a2523276e2d (diff)
downloadelgg-f2aa2c6980460261f27bf01d3e074aa9b2d4bd5d.tar.gz
elgg-f2aa2c6980460261f27bf01d3e074aa9b2d4bd5d.tar.bz2
Merging r6497:6499 to trunk.
git-svn-id: http://code.elgg.org/elgg/trunk@6514 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php
index 004c6e9f9..8136601b3 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -391,7 +391,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 username contains invalid characters.',
+ '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',
'registration:passwordnotvalid' => 'Sorry, the password you entered is invalid on this system',
'registration:usernamenotvalid' => 'Sorry, the username you entered is invalid on this system',