diff options
Diffstat (limited to 'phpBB/language/en/posting.php')
| -rw-r--r-- | phpBB/language/en/posting.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index e7d92c26bd..a4dee8e31a 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -118,7 +118,7 @@ $lang = array_merge($lang, array( 'MAX_IMG_WIDTH_EXCEEDED' => 'Your images may only be up to %1$d pixels wide.', 'MESSAGE_BODY_EXPLAIN' => 'Enter your message here, it may contain no more than <strong>%d</strong> characters.', - 'MESSAGE_DELETED' => 'Your message has been deleted successfully', + 'MESSAGE_DELETED' => 'This message has been deleted successfully', 'MORE_SMILIES' => 'View more smilies', 'NOTIFY_REPLY' => 'Send me an email when a reply is posted', @@ -146,17 +146,17 @@ $lang = array_merge($lang, array( 'POSTED_ATTACHMENTS' => 'Posted attachments', 'POST_CONFIRMATION' => 'Confirmation of post', 'POST_CONFIRM_EXPLAIN' => 'To prevent automated posts the board administrator 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' => 'Your message has been deleted successfully', - 'POST_EDITED' => 'Your message has been edited successfully', - 'POST_EDITED_MOD' => 'Your message has been edited but requires approval', + 'POST_DELETED' => 'This message has been deleted successfully', + 'POST_EDITED' => 'This message has been edited successfully', + 'POST_EDITED_MOD' => 'This message has been edited but requires approval', 'POST_GLOBAL' => 'Global', 'POST_ICON' => 'Post icon', 'POST_NORMAL' => 'Normal', 'POST_REPLY' => 'Post a reply', 'POST_REVIEW' => 'Post review', 'POST_REVIEW_EXPLAIN' => 'At least one new post has been made to this topic. You may wish to review your post in light of this.', - 'POST_STORED' => 'Your message has been posted successfully', - 'POST_STORED_MOD' => 'Your message has been saved but requires approval', + 'POST_STORED' => 'This message has been posted successfully', + 'POST_STORED_MOD' => 'This message has been saved but requires approval', 'POST_TOPIC' => 'Post a new topic', 'POST_TOPIC_AS' => 'Post topic as', 'PROGRESS_BAR' => 'Progress bar', |
