diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2010-07-10 21:22:16 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2010-07-10 21:22:16 +0200 |
| commit | 0c2512bea2c6929d41d1b3fa3ca4b04919205af9 (patch) | |
| tree | 5723e41bc15e6bd8aeb8ebc38a59c66795d63ce6 /phpBB/language | |
| parent | 6da582e8be50fa7211706625402215f6f87ed48b (diff) | |
| parent | ae967d16f1ad584d7e03b4466e6cc3d1d067dea6 (diff) | |
| download | forums-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')
| -rw-r--r-- | phpBB/language/en/acp/users.php | 1 |
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.', |
