diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-06-02 16:08:16 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-06-02 16:08:16 -0400 |
commit | 7c18f2d39699fa298227d87ac531305de296c747 (patch) | |
tree | fb1f0a15774d3d65005a22b80fa65071b6b61190 /languages/en.php | |
parent | d7a43c6ab26dc28c3b3c88bcede44d75a3f4a4fe (diff) | |
download | elgg-7c18f2d39699fa298227d87ac531305de296c747.tar.gz elgg-7c18f2d39699fa298227d87ac531305de296c747.tar.bz2 |
Refs #4406 fixed grammar in error message
Diffstat (limited to 'languages/en.php')
-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 81852107b..f1de1f202 100644 --- a/languages/en.php +++ b/languages/en.php @@ -505,7 +505,7 @@ $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 %u characters long.', - 'registration:usernametoolong' => 'Your username is too long it can have a maximum of %u characters.', + 'registration:usernametoolong' => 'Your username is too long. It can have a maximum of %u characters.', '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 character %s which is invalid. The following characters are invalid: %s', |