aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-07-10 21:22:16 +0200
committerAndreas Fischer <bantu@phpbb.com>2010-07-10 21:22:16 +0200
commit0c2512bea2c6929d41d1b3fa3ca4b04919205af9 (patch)
tree5723e41bc15e6bd8aeb8ebc38a59c66795d63ce6 /phpBB/language/en
parent6da582e8be50fa7211706625402215f6f87ed48b (diff)
parentae967d16f1ad584d7e03b4466e6cc3d1d067dea6 (diff)
downloadforums-0c2512bea2c6929d41d1b3fa3ca4b04919205af9.tar
forums-0c2512bea2c6929d41d1b3fa3ca4b04919205af9.tar.gz
forums-0c2512bea2c6929d41d1b3fa3ca4b04919205af9.tar.bz2
forums-0c2512bea2c6929d41d1b3fa3ca4b04919205af9.tar.xz
forums-0c2512bea2c6929d41d1b3fa3ca4b04919205af9.zip
Merge branch 'ticket/jellydoughnut/9650' into develop-olympus
* ticket/jellydoughnut/9650: [ticket/9650] Do not allow banning the anonymous user by username
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/acp/users.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/users.php b/phpBB/language/en/acp/users.php
index 8d9bf0d486..eda9659795 100644
--- a/phpBB/language/en/acp/users.php
+++ b/phpBB/language/en/acp/users.php
@@ -42,6 +42,7 @@ $lang = array_merge($lang, array(
'BAN_ALREADY_ENTERED' => 'The ban had been previously entered successfully. The ban list has not been updated.',
'BAN_SUCCESSFUL' => 'Ban entered successfully.',
+ 'CANNOT_BAN_ANONYMOUS' => 'You are not allowed to ban the anonymous account. Permissions for anonymous users can be set under the Permissions tab.',
'CANNOT_BAN_FOUNDER' => 'You are not allowed to ban founder accounts.',
'CANNOT_BAN_YOURSELF' => 'You are not allowed to ban yourself.',
'CANNOT_DEACTIVATE_BOT' => 'You are not allowed to deactivate bot accounts. Please deactivate the bot within the bots page instead.',