diff options
Diffstat (limited to 'phpBB/language/en/acp/users.php')
| -rw-r--r-- | phpBB/language/en/acp/users.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/users.php b/phpBB/language/en/acp/users.php index 1ee251d080..e60a2b7181 100644 --- a/phpBB/language/en/acp/users.php +++ b/phpBB/language/en/acp/users.php @@ -33,7 +33,9 @@ $lang = array_merge($lang, array( 'BAN_SUCCESSFULL' => 'Ban entered successfully', - 'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing the users email address.', + 'CANNOT_REMOVE_ANONYMOUS' => 'You are not able to remove the guest user account.', + 'CANNOT_REMOVE_YOURSELF' => 'You are not allowed to remove your own user account.', + 'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing the users email address.', 'DELETE_POSTS' => 'Delete posts', 'DELETE_USER' => 'Delete user', |
