diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-03-11 23:08:40 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-03-11 23:08:40 +0100 |
commit | 4e9cf27394da2481a8ac81a2965873a3a16b136f (patch) | |
tree | e20544fc06e627772df9de777155a19cfa32f4ad /phpBB/language/en/posting.php | |
parent | b727e1eedaab27c99a733b94bcdddbc55cc929d9 (diff) | |
download | forums-4e9cf27394da2481a8ac81a2965873a3a16b136f.tar forums-4e9cf27394da2481a8ac81a2965873a3a16b136f.tar.gz forums-4e9cf27394da2481a8ac81a2965873a3a16b136f.tar.bz2 forums-4e9cf27394da2481a8ac81a2965873a3a16b136f.tar.xz forums-4e9cf27394da2481a8ac81a2965873a3a16b136f.zip |
[ticket/9657] Remove softdelete reason field when permanent delete is selected
PHPBB3-9657
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r-- | phpBB/language/en/posting.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index 1ed312f68c..c1d8c71783 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -83,8 +83,8 @@ $lang = array_merge($lang, array( 'DELETE_POST_PERMANENTLY' => 'Permanently delete this post so it can not be recovered', 'DELETE_POSTS_CONFIRM' => 'Are you sure you want to delete these posts?', 'DELETE_POSTS_PERMANENTLY_CONFIRM' => 'Are you sure you want to <strong>permanently</strong> delete these posts?', - 'DELETE_REASON' => 'Delete reason', - 'DELETE_REASON_EXPLAIN' => 'The reason is only used when the post is not deleted permanently.', + 'DELETE_REASON' => 'Soft delete reason', + 'DELETE_REASON_EXPLAIN' => 'The reason is only shown to moderators when post is soft deleted.', 'DELETE_POST_WARN' => 'Deleted this post', 'DELETE_TOPIC_CONFIRM' => 'Are you sure you want to delete this topic?', 'DELETE_TOPIC_PERMANENTLY' => 'Permanently delete this topic so it can not be recovered', |