diff options
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/acp/users.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/phpBB/language/en/acp/users.php b/phpBB/language/en/acp/users.php index 785283faea..3b82a7022d 100644 --- a/phpBB/language/en/acp/users.php +++ b/phpBB/language/en/acp/users.php @@ -59,7 +59,7 @@ $lang = array_merge($lang, array(  	'DELETE_POSTS'			=> 'Delete posts',  	'DELETE_USER'			=> 'Delete user', -	'DELETE_USER_EXPLAIN'	=> 'Please note that deleting a user is final, they cannot be recovered.', +	'DELETE_USER_EXPLAIN'	=> 'Please note that deleting a user is final, they cannot be recovered. Unread private messages sent by this user will be deleted and will not be available to their recipients.',  	'FORCE_REACTIVATION_SUCCESS'	=> 'Successfully forced reactivation.',  	'FOUNDER'						=> 'Founder', | 
