diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-11-03 22:53:54 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-11-03 22:53:54 +0100 |
commit | dfcfccf537658b83401b78afc851239f4842a4e5 (patch) | |
tree | 62d71e8e77d5e446c64910119c00f534193a6e9f /phpBB/language/en/posting.php | |
parent | 6999d776d48831a48fa7f2882c7bbf767308e512 (diff) | |
download | forums-dfcfccf537658b83401b78afc851239f4842a4e5.tar forums-dfcfccf537658b83401b78afc851239f4842a4e5.tar.gz forums-dfcfccf537658b83401b78afc851239f4842a4e5.tar.bz2 forums-dfcfccf537658b83401b78afc851239f4842a4e5.tar.xz forums-dfcfccf537658b83401b78afc851239f4842a4e5.zip |
[feature/soft-delete] Fix deleting via post editing
PHPBB3-9567
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r-- | phpBB/language/en/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index 5418069d08..c3b06a77d7 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -85,7 +85,7 @@ $lang = array_merge($lang, array( '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_POST_WARN' => 'Once deleted the post cannot be recovered', + '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', 'DELETE_TOPIC_PERMANENTLY_CONFIRM' => 'Are you sure you want to <strong>permanently</strong> delete this topic?', |