From be073e179c38f1e75d34fed5e3e74be55e94ef80 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 10 Jan 2003 14:17:18 +0000 Subject: [PATCH] Minor change git-svn-id: file:///svn/phpbb/trunk@3303 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/lang_admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 Find a Username 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',