mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Added user deleting, as well as a few minor changes.
git-svn-id: file:///svn/phpbb/trunk@857 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -782,6 +782,9 @@ $lang['Emotion'] = "Emotion";
|
||||
// User Management
|
||||
$lang['User_admin'] = "Administration";
|
||||
$lang['User_admin_explain'] = "Here you can change your user's information. Do not abuse this power.<br />Deleting users is not provided here, nor is changing admin status. <br />Use the banning and user permission pages respectively.";
|
||||
$lang['User_delete'] = "Delete this user";
|
||||
$lang['User_delete_explain'] = "Click here to delete this user. This cannot be undone.";
|
||||
$lang['User_deleted'] = "User was successfully ddeleted.";
|
||||
|
||||
//
|
||||
// End
|
||||
|
Reference in New Issue
Block a user