diff options
author | Andreas Fischer <bantu@phpbb.com> | 2009-07-08 10:22:36 +0000 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2009-07-08 10:22:36 +0000 |
commit | f368e0ec09b38c885465478ff965400ffdc5c65e (patch) | |
tree | 51fc4acc7a12cf166eabb363bc8077f1bd04a12b /phpBB/language | |
parent | 8750fdf3f57bad9bbf64eb98a8fb85a3dc3f1b0a (diff) | |
download | forums-f368e0ec09b38c885465478ff965400ffdc5c65e.tar forums-f368e0ec09b38c885465478ff965400ffdc5c65e.tar.gz forums-f368e0ec09b38c885465478ff965400ffdc5c65e.tar.bz2 forums-f368e0ec09b38c885465478ff965400ffdc5c65e.tar.xz forums-f368e0ec09b38c885465478ff965400ffdc5c65e.zip |
Another feature: Detect when a post has been altered by someone else while editing.
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9731 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/posting.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index e665f540eb..fae9f6124c 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -167,6 +167,7 @@ $lang = array_merge($lang, array( 'POST_ICON' => 'Post icon', 'POST_NORMAL' => 'Normal', 'POST_REVIEW' => 'Post review', + 'POST_REVIEW_EDIT_EXPLAIN' => 'This post has been altered by another user while you were editing it. You may wish to review the current version of this post and adjust your edits.', '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' => 'This message has been posted successfully.', 'POST_STORED_MOD' => 'This message has been submitted successfully, but it will need to be approved by a moderator before it is publicly viewable.', |