From 30d5fd0030b0b2962db6c859d4f049c4b5c1a5bc Mon Sep 17 00:00:00 2001 From: the_systech Date: Fri, 7 Dec 2001 17:07:39 +0000 Subject: [PATCH] Some fixes for missused language variables. git-svn-id: file:///svn/phpbb/trunk@1524 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/admin/admin_forum_prune.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/admin/admin_forum_prune.php b/phpBB/admin/admin_forum_prune.php index eb6333f98b..e21345fe2b 100644 --- a/phpBB/admin/admin_forum_prune.php +++ b/phpBB/admin/admin_forum_prune.php @@ -153,8 +153,8 @@ else // $template->assign_vars(array( "L_FORUM_PRUNE" => $lang['Forum_Prune'], - "L_SELECT_FORUM" => $lang['Select_a'] . " " . $lang['Forum'], - "L_LOOK_UP" => $lang['Look_up'] . " " . $lang['Forum'], + "L_SELECT_FORUM" => $lang['Select_a_Forum'], + "L_LOOK_UP" => $lang['Look_up_Forum'], "S_FORUMPRUNE_ACTION" => append_sid("admin_forum_prune.$phpEx"), "S_FORUMS_SELECT" => $select_list)