diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php
index 8b4f313b57..af693f441d 100644
--- a/phpBB/language/en/lang_main.php
+++ b/phpBB/language/en/lang_main.php
@@ -339,16 +339,13 @@ $lang = array(
'GUEST_USERS_TOTAL' => '%d Guests',
'GUEST_USER_TOTAL' => '%d Guest',
- 'POSTED_ARTICLES_ZERO_TOTAL'=> 'Our users have posted a total of 0 article',
- 'POSTED_ARTICLES_TOTAL' => 'Our users have posted a total of %d articles',
- 'POSTED_ARTICLE_TOTAL' => 'Our users have posted a total of %d article',
- 'POSTED_TOPICS_ZERO_TOTAL' => 'Our users have posted a total of 0 topic',
- 'POSTED_TOPICS_TOTAL' => 'Our users have posted a total of %d topics',
- 'POSTED_TOPIC_TOTAL' => 'Our users have posted a total of %d topic',
- 'NEWEST_USER' => 'The newest registered user is %s%s%s',
- 'REGISTERED_USERS_ZERO_TOTAL' => 'We have 0 registered users',
- 'REGISTERED_USERS_TOTAL' => 'We have %d registered users',
- 'REGISTERED_USER_TOTAL' => 'We have %d registered user',
+ 'TOTAL_POSTS_ZERO' => 'Total posts 0',
+ 'TOTAL_POSTS_OTHER' => 'Total posts %d',
+ 'TOTAL_TOPICS_ZERO' => 'Total topics 0',
+ 'TOTAL_TOPICS_OTHER' => 'Total topics %d',
+ 'TOTAL_USERS_ZERO' => 'Total users 0',
+ 'TOTAL_USERS_OTHER' => 'Total users %d',
+ 'NEWEST_USER' => 'Newest user %s%s%s',
'POST_STICKY' => 'Sticky',