diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-09-06 19:23:23 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-09-06 19:23:23 +0000 |
commit | 4018c48abb8c73854c36ebcb598e1aef7e273171 (patch) | |
tree | 82b2e22d015eac69bb9553d5b0c877b8858ffebb | |
parent | 504eef65c5fe128c86cd2f122cda53cf4df04347 (diff) | |
download | forums-4018c48abb8c73854c36ebcb598e1aef7e273171.tar forums-4018c48abb8c73854c36ebcb598e1aef7e273171.tar.gz forums-4018c48abb8c73854c36ebcb598e1aef7e273171.tar.bz2 forums-4018c48abb8c73854c36ebcb598e1aef7e273171.tar.xz forums-4018c48abb8c73854c36ebcb598e1aef7e273171.zip |
Consistancy with the actual link text
git-svn-id: file:///svn/phpbb/trunk@6355 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/language/en/acp/ban.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/ban.php b/phpBB/language/en/acp/ban.php index 51df843158..60b1035028 100644 --- a/phpBB/language/en/acp/ban.php +++ b/phpBB/language/en/acp/ban.php @@ -62,7 +62,7 @@ $lang = array_merge($lang, array( 'UNTIL' => 'Until', 'USER_BAN' => 'Ban one or more usernames', 'USER_BAN_EXCLUDE_EXPLAIN' => 'Enable this to exclude the entered users from all current bans.', - 'USER_BAN_EXPLAIN' => 'You can ban multiple users in one go by entering each name on a new line. Use the <u>Find a Username</u> facility to look up and add one or more users automatically.', + 'USER_BAN_EXPLAIN' => 'You can ban multiple users in one go by entering each name on a new line. Use the <u>Find a member</u> facility to look up and add one or more users automatically.', 'USER_NO_BANNED' => 'No banned usernames', 'USER_UNBAN' => 'Un-ban or Un-exclude usernames', 'USER_UNBAN_EXPLAIN' => 'You can unban (or un-exclude) multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser. Excluded users have a marked background.', |