aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/viewforum.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-05-30 16:50:06 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-05-30 16:50:06 +0000
commit99a6e79d9b4bb54775755791c2e508150cc2cc09 (patch)
treea357e8d2bde6a74e4d8dc3b3a7639de83f937b95 /phpBB/language/en/viewforum.php
parenteaeaf5bfb60e4751b72a41d5ee94e59981ccce9f (diff)
downloadforums-99a6e79d9b4bb54775755791c2e508150cc2cc09.tar
forums-99a6e79d9b4bb54775755791c2e508150cc2cc09.tar.gz
forums-99a6e79d9b4bb54775755791c2e508150cc2cc09.tar.bz2
forums-99a6e79d9b4bb54775755791c2e508150cc2cc09.tar.xz
forums-99a6e79d9b4bb54775755791c2e508150cc2cc09.zip
language changes by SHS` [en-GB (OED)] - our thanks to him!
git-svn-id: file:///svn/phpbb/trunk@5988 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/viewforum.php')
-rw-r--r--phpBB/language/en/viewforum.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/language/en/viewforum.php b/phpBB/language/en/viewforum.php
index 6e152f0e83..99d2d446d6 100644
--- a/phpBB/language/en/viewforum.php
+++ b/phpBB/language/en/viewforum.php
@@ -29,7 +29,7 @@ if (empty($lang) || !is_array($lang))
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
- 'ACTIVE_TOPICS' => 'Active Topics',
+ 'ACTIVE_TOPICS' => 'Active topics',
'ANNOUNCEMENTS' => 'Announcements',
'ICON_ANNOUNCEMENT' => 'Announcement',
@@ -49,9 +49,9 @@ $lang = array_merge($lang, array(
'TOPICS_MARKED' => 'The topics for this forum have now been marked read',
- 'VIEW_FORUM' => 'View Forum',
- 'VIEW_FORUM_TOPIC' => '1 Topic',
- 'VIEW_FORUM_TOPICS' => '%d Topics',
+ 'VIEW_FORUM' => 'View forum',
+ 'VIEW_FORUM_TOPIC' => '1 topic',
+ 'VIEW_FORUM_TOPICS' => '%d topics',
));
?> \ No newline at end of file