1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

fixed tiny bugs

git-svn-id: file:///svn/phpbb/trunk@5711 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-03-25 13:05:28 +00:00
parent f49a8147b7
commit 7f497764e1
4 changed files with 11 additions and 11 deletions

View File

@@ -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',