aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/viewforum.php
diff options
context:
space:
mode:
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 d2fae20c62..90f40ecdfc 100644
--- a/phpBB/language/en/viewforum.php
+++ b/phpBB/language/en/viewforum.php
@@ -64,8 +64,8 @@ $lang = array_merge($lang, array(
'UNREAD_POSTS_LOCKED' => 'Unread posts [ Locked ]',
'VIEW_FORUM' => 'View forum',
- 'VIEW_FORUM_TOPIC' => '1 topic',
- 'VIEW_FORUM_TOPICS' => '%d topics',
+ 'VIEW_FORUM_TOPICS' => array(
+ 1 => '%d topic',
+ 2 => '%d topics',
+ ),
));
-
-?> \ No newline at end of file