diff --git a/phpBB/install.php b/phpBB/install.php index d1f0eb3779..86276878c1 100644 --- a/phpBB/install.php +++ b/phpBB/install.php @@ -278,7 +278,8 @@ if( !defined("PHPBB_INSTALLED") ) ); $template->assign_vars(array( - "L_INSTALLATION" => $lang['Welcome_install']) + "L_INSTALLATION" => $lang['Welcome_install'], + "L_ENCODING" => $lang['ENCODING']) ); } else @@ -336,7 +337,8 @@ else ); $template->assign_vars(array( - "L_INSTALLATION" => $lang['Welcome_install']) + "L_INSTALLATION" => $lang['Welcome_install'], + "L_ENCODING" => $lang['ENCODING']) ); $reinstall = true; diff --git a/phpBB/templates/subSilver/install.tpl b/phpBB/templates/subSilver/install.tpl index bdfbe1305f..2845a82234 100644 --- a/phpBB/templates/subSilver/install.tpl +++ b/phpBB/templates/subSilver/install.tpl @@ -1,7 +1,7 @@ - + {L_INSTALLATION}