diff options
| author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-13 06:00:13 +0000 |
|---|---|---|
| committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-04-13 06:00:13 +0000 |
| commit | 2853c380a5d3503c4895f9851e2816eff2a55593 (patch) | |
| tree | 1b6ed7b0faf1f8010cda48535ad90f4fd5364103 /phpBB | |
| parent | 3b60c51604d50467f459464cba7a52c1f15c47a8 (diff) | |
| download | forums-2853c380a5d3503c4895f9851e2816eff2a55593.tar forums-2853c380a5d3503c4895f9851e2816eff2a55593.tar.gz forums-2853c380a5d3503c4895f9851e2816eff2a55593.tar.bz2 forums-2853c380a5d3503c4895f9851e2816eff2a55593.tar.xz forums-2853c380a5d3503c4895f9851e2816eff2a55593.zip | |
#8703
git-svn-id: file:///svn/phpbb/trunk@7350 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/language/en/common.php | 4 |
1 files changed, 2 insertions, 2 deletions
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', |
