diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-02-25 17:51:44 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-02-25 17:51:44 +0000 |
commit | bca8900db4f2e415e199ca0fe8bbdc6266c2877c (patch) | |
tree | 550a5a44bb2dc6d3de458697f2a179e4e929a42f /phpBB | |
parent | 71d2d35c1ee8d339757428e5edcf91a0b8b5c35e (diff) | |
download | forums-bca8900db4f2e415e199ca0fe8bbdc6266c2877c.tar forums-bca8900db4f2e415e199ca0fe8bbdc6266c2877c.tar.gz forums-bca8900db4f2e415e199ca0fe8bbdc6266c2877c.tar.bz2 forums-bca8900db4f2e415e199ca0fe8bbdc6266c2877c.tar.xz forums-bca8900db4f2e415e199ca0fe8bbdc6266c2877c.zip |
rewording the disallowed username language variable - related to #7614
git-svn-id: file:///svn/phpbb/trunk@7071 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/ucp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 4e9949482c..d4b79162cb 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -441,7 +441,7 @@ $lang = array_merge($lang, array( 'USERNAME_LETTER_NUM_SPACERS_EXPLAIN'=> 'Username must be between %1$d and %2$d chars long and use letter, number, space or -+_[] characters.', 'USERNAME_CHARS_ANY_EXPLAIN' => 'Length must be between %1$d and %2$d characters.', 'USERNAME_TAKEN_USERNAME' => 'The username you entered is already in use, please select an alternative.', - 'USERNAME_DISALLOWED_USERNAME' => 'The username you entered has been banned.', + 'USERNAME_DISALLOWED_USERNAME' => 'The username you entered has been disallowed or contains a disallowed word. Please choose a different name.', 'USER_NOT_FOUND_OR_INACTIVE' => 'The usernames you specified could either not be found or are not activated users.', 'VIEW_AVATARS' => 'Display avatars', |