diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-07-20 16:13:08 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-07-20 17:11:20 +0200 |
commit | a3517232f943fd8070c98a78f2cf731339b76a74 (patch) | |
tree | 54ed33248ce40b228a368a88fcceaf2efdf558f5 /phpBB/language/en/acp/users.php | |
parent | a9c091fad47a3b6936bc7a08617e27163189a20f (diff) | |
download | forums-a3517232f943fd8070c98a78f2cf731339b76a74.tar forums-a3517232f943fd8070c98a78f2cf731339b76a74.tar.gz forums-a3517232f943fd8070c98a78f2cf731339b76a74.tar.bz2 forums-a3517232f943fd8070c98a78f2cf731339b76a74.tar.xz forums-a3517232f943fd8070c98a78f2cf731339b76a74.zip |
[ticket/10950] Delete PMs for users that have not yet read the pm
PHPBB3-10950
Diffstat (limited to 'phpBB/language/en/acp/users.php')
-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', |