From 038fd680f1a8ef48b2a678b1ec47280fd6ded1d7 Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Fri, 24 Jan 2003 03:56:37 +0000 Subject: Fixed cache expiration and missing lang strings on index/viewforum. git-svn-id: file:///svn/phpbb/trunk@3362 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/lang_main.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'phpBB/language') diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index af70e6f6f8..a2d678d36f 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -29,7 +29,6 @@ $lang = array_merge($lang, array( 'FORUM' => 'Forum', 'SUBFORUM' => 'Subforum', 'SUBFORUMS' => 'Subforums', - 'CATEGORY' => 'Category', 'TOPIC' => 'Topic', 'TOPICS' => 'Topics', 'REPLIES' => 'Replies', @@ -177,7 +176,6 @@ $lang = array_merge($lang, array( 'Index' => 'Index', 'No_Posts' => 'No Posts', 'No_forums' => 'This board has no forums', - 'Category_not_exist' => 'The category you selected does not exist', 'Private_Message' => 'Private Message', 'Private_Messages' => 'Private Messages', 'Who_is_Online' => 'Who is Online', -- cgit v1.2.1