mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 20:39:08 +00:00
Some fixes for missused language variables.
git-svn-id: file:///svn/phpbb/trunk@1524 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
61430ef728
commit
30d5fd0030
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue