From b206d63c51a514f3676f905dc2f11f474ba088fc Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 22 Mar 2006 10:17:48 +0000 Subject: do not validate username when disallowing it. ;) - #1220 git-svn-id: file:///svn/phpbb/trunk@5694 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/acp/posting.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/language') diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php index b61291eec2..b5043b8dd5 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -197,7 +197,8 @@ $lang = array_merge($lang, array( 'DISALLOWED_DELETED' => 'The disallowed username has been successfully removed', 'DISALLOW_SUCCESSFUL' => 'The disallowed username has been successfully added', - 'NO_DISALLOWED' => 'No Disallowed Usernames', + 'NO_DISALLOWED' => 'No Disallowed Usernames', + 'NO_USERNAME_SPECIFIED' => 'You haven\'t selected or entered a username to operate with.', )); // Reasons -- cgit v1.2.1