aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-03-28 17:42:34 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-28 17:42:34 +0100
commit0be6582d7fda1718794e7d20f4dcca7ed9c5e5e6 (patch)
tree7cd758d5bda5a33cf9b66dd4c2114c0d50f62e21
parentce6e3966cfb1f310ce52d85a6c3db98d71890b28 (diff)
parent96291d9e6e3f98915756bbd71a2dedf8c2ea94ac (diff)
downloadforums-0be6582d7fda1718794e7d20f4dcca7ed9c5e5e6.tar
forums-0be6582d7fda1718794e7d20f4dcca7ed9c5e5e6.tar.gz
forums-0be6582d7fda1718794e7d20f4dcca7ed9c5e5e6.tar.bz2
forums-0be6582d7fda1718794e7d20f4dcca7ed9c5e5e6.tar.xz
forums-0be6582d7fda1718794e7d20f4dcca7ed9c5e5e6.zip
Merge branch 'ticket/suheb/11666' into develop-ascraeus
* ticket/suheb/11666: [ticket/11666] Rewording POST_DELETED and [ticket/11666] Removing MESSAGE_DELETED..
-rw-r--r--phpBB/language/en/posting.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index ab851638ae..c1d8cef7de 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -194,9 +194,9 @@ $lang = array_merge($lang, array(
'POST_APPROVAL_NOTIFY' => 'You will be notified when your post has been approved.',
'POST_CONFIRMATION' => 'Confirmation of post',
'POST_CONFIRM_EXPLAIN' => 'To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.',
- 'POST_DELETED' => 'This message has been deleted successfully.',
- 'POST_EDITED' => 'This message has been edited successfully.',
- 'POST_EDITED_MOD' => 'This message has been edited successfully, but it will need to be approved by a moderator before it is publicly viewable.',
+ 'POST_DELETED' => 'This post has been deleted successfully.',
+ 'POST_EDITED' => 'This post has been edited successfully.',
+ 'POST_EDITED_MOD' => 'This post has been edited successfully, but it will need to be approved by a moderator before it is publicly viewable.',
'POST_GLOBAL' => 'Global',
'POST_ICON' => 'Post icon',
'POST_NORMAL' => 'Normal',