aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/posting.php
diff options
context:
space:
mode:
authorSuhaib Khan <suhebjerk@gmail.com>2014-03-13 01:07:49 +0530
committerJoas Schilling <nickvergessen@gmx.de>2014-03-28 17:41:42 +0100
commit96291d9e6e3f98915756bbd71a2dedf8c2ea94ac (patch)
tree666a926f3c442281e6039f5edbd9f40a09367e12 /phpBB/language/en/posting.php
parent92fe7e61c2c94c937f18d24da6421aeefdfac1e4 (diff)
downloadforums-96291d9e6e3f98915756bbd71a2dedf8c2ea94ac.tar
forums-96291d9e6e3f98915756bbd71a2dedf8c2ea94ac.tar.gz
forums-96291d9e6e3f98915756bbd71a2dedf8c2ea94ac.tar.bz2
forums-96291d9e6e3f98915756bbd71a2dedf8c2ea94ac.tar.xz
forums-96291d9e6e3f98915756bbd71a2dedf8c2ea94ac.zip
[ticket/11666] Rewording POST_DELETED and
reverting removal of MESSAGE_DELETED. PHPBB3-11666
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r--phpBB/language/en/posting.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index 69f669b7b8..c1d8cef7de 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -156,6 +156,7 @@ $lang = array_merge($lang, array(
1 => 'Enter your message here, it may contain no more than <strong>%d</strong> character.',
2 => 'Enter your message here, it may contain no more than <strong>%d</strong> characters.',
),
+ 'MESSAGE_DELETED' => 'This message has been deleted successfully.',
'MORE_SMILIES' => 'View more smilies',
'NOTIFY_REPLY' => 'Notify me when a reply is posted',
@@ -193,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',