aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-04-21 11:34:57 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-04-21 11:34:57 +0000
commit30abb6b1be282d72b87d97baae3b6f20aea5ab12 (patch)
tree2715faab2cde095566a577f40dda3d2f6e56d585 /phpBB/language
parent1cffdb2d337576171b9941c32b1b1aca91a69b0e (diff)
downloadforums-30abb6b1be282d72b87d97baae3b6f20aea5ab12.tar
forums-30abb6b1be282d72b87d97baae3b6f20aea5ab12.tar.gz
forums-30abb6b1be282d72b87d97baae3b6f20aea5ab12.tar.bz2
forums-30abb6b1be282d72b87d97baae3b6f20aea5ab12.tar.xz
forums-30abb6b1be282d72b87d97baae3b6f20aea5ab12.zip
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@7379 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/board.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 4718d691c5..16030b81f4 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -202,8 +202,8 @@ $lang = array_merge($lang, array(
'PASSWORD_LENGTH_EXPLAIN' => 'Minimum and maximum number of characters in passwords.',
'REG_LIMIT' => 'Registration attempts',
'REG_LIMIT_EXPLAIN' => 'Number of attempts users can make at the confirmation code before being locked out that session.',
- 'USERNAME_ALPHA_ONLY' => 'Letters only',
- 'USERNAME_ALPHA_SPACERS' => 'Letters and spacers',
+ 'USERNAME_ALPHA_ONLY' => 'Alphanumeric only',
+ 'USERNAME_ALPHA_SPACERS' => 'Alphanumeric and spacers',
'USERNAME_ASCII' => 'ASCII (no international unicode)',
'USERNAME_LETTER_NUM' => 'Any letter and number',
'USERNAME_LETTER_NUM_SPACERS' => 'Any letter, number, and spacer',