aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-18 14:02:25 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-18 14:02:25 +0000
commit939e9855710b3b00604398d547d756fcaec1e2c5 (patch)
tree21d55bb1fecce565c31a9d0a146d1d3147043180 /phpBB/viewforum.php
parentbfa98e0e3a56f75425c8348fbbd37208dfdefe60 (diff)
downloadforums-939e9855710b3b00604398d547d756fcaec1e2c5.tar
forums-939e9855710b3b00604398d547d756fcaec1e2c5.tar.gz
forums-939e9855710b3b00604398d547d756fcaec1e2c5.tar.bz2
forums-939e9855710b3b00604398d547d756fcaec1e2c5.tar.xz
forums-939e9855710b3b00604398d547d756fcaec1e2c5.zip
More lang related cleanups
git-svn-id: file:///svn/phpbb/trunk@1355 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index b70b82c6f0..40d061b3ce 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -231,7 +231,7 @@ else
// handle pagination) and alter the main query
//
$previous_days = array(0, 1, 7, 14, 30, 90, 180, 364);
-$previous_days_text = array($lang['All_Posts'], $lang['1_Day'], $lang['7_Days'], $lang['2_Weeks'], $lang['1_Month'], $lang['3_Months'], $lang['6_Months'], $lang['1_Year']);
+$previous_days_text = array($lang['All_Topics'], $lang['1_Day'], $lang['7_Days'], $lang['2_Weeks'], $lang['1_Month'], $lang['3_Months'], $lang['6_Months'], $lang['1_Year']);
if( !empty($HTTP_POST_VARS['topicdays']) || !empty($HTTP_GET_VARS['topicdays']) )
{