diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index bc8989f8c2..e34aae5eec 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -606,8 +606,8 @@ $lang = array_merge($lang, array( 'VIEWS' => 'Views', 'VIEW_BOOKMARKS' => 'View bookmarks', 'VIEW_FORUM_LOGS' => 'View Logs', - 'VIEW_LATEST_POST' => 'View latest post', - 'VIEW_NEWEST_POST' => 'View latest unread post', + 'VIEW_LATEST_POST' => 'View the latest post', + 'VIEW_NEWEST_POST' => 'View first unread post', 'VIEW_NOTES' => 'View user notes', 'VIEW_ONLINE_TIME' => 'This data is based on users active over the past %d minute', 'VIEW_ONLINE_TIMES' => 'This data is based on users active over the past %d minutes',