diff options
| -rw-r--r-- | phpBB/language/en/lang_admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index 1c745ae0de..18a4797370 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -306,7 +306,7 @@ $lang = array_merge($lang, array( 'Ban_reason' => 'Reason for ban', 'Ban_username_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.', 'Unban_username' => 'Un-ban or Un-exclude usernames', - 'Unban_username_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. Un-excluded users are listed in Red.', + 'Unban_username_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 are listed in Red.', 'IP_hostname' => 'IP addresses or hostnames', 'Ban_IP_explain' => 'To specify several different IP\'s or hostnames enter each on a new line. To specify a range of IP addresses separate the start and end with a hyphen (-), to specify a wildcard use *', 'Unban_IP' => 'Un-ban or Un-exclude IPs', |
