diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-03-25 13:05:28 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-03-25 13:05:28 +0000 |
commit | 7f497764e1f40419f1dcacecc6762bebf588bcbf (patch) | |
tree | 9469d5ed9e848430177e1dfcfd5146490b727706 /phpBB/language/en | |
parent | f49a8147b71287695547794953940603dc57da35 (diff) | |
download | forums-7f497764e1f40419f1dcacecc6762bebf588bcbf.tar forums-7f497764e1f40419f1dcacecc6762bebf588bcbf.tar.gz forums-7f497764e1f40419f1dcacecc6762bebf588bcbf.tar.bz2 forums-7f497764e1f40419f1dcacecc6762bebf588bcbf.tar.xz forums-7f497764e1f40419f1dcacecc6762bebf588bcbf.zip |
fixed tiny bugs
git-svn-id: file:///svn/phpbb/trunk@5711 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-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 643c0410af..bd801a7f58 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -148,7 +148,7 @@ $lang = array_merge($lang, array( '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 inlight of this.', + '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_TOPIC' => 'Post a new topic', |