aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_convert.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-09-18 14:49:19 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-09-18 14:49:19 +0000
commit951f793daeb358eace97cdd0b1c321766da55d48 (patch)
tree37ed80ac95e82e70ea9560ae3256d53fb423801a /phpBB/install/install_convert.php
parent36e99af959799eab6610fc6f3ca0e2c76ba4020f (diff)
downloadforums-951f793daeb358eace97cdd0b1c321766da55d48.tar
forums-951f793daeb358eace97cdd0b1c321766da55d48.tar.gz
forums-951f793daeb358eace97cdd0b1c321766da55d48.tar.bz2
forums-951f793daeb358eace97cdd0b1c321766da55d48.tar.xz
forums-951f793daeb358eace97cdd0b1c321766da55d48.zip
some fixes. :P
- language authors may review their email template files... git-svn-id: file:///svn/phpbb/trunk@8092 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_convert.php')
-rw-r--r--phpBB/install/install_convert.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/install/install_convert.php b/phpBB/install/install_convert.php
index 0f2486d874..3311ade5ad 100644
--- a/phpBB/install/install_convert.php
+++ b/phpBB/install/install_convert.php
@@ -273,7 +273,7 @@ class install_convert extends module
'L_AVAILABLE_CONVERTORS' => $lang['AVAILABLE_CONVERTORS'],
'L_CONVERT' => $lang['CONVERT'],
'L_NO_CONVERTORS' => $lang['NO_CONVERTORS'],
- 'L_OPTIONS' => $lang['OPTIONS'],
+ 'L_OPTIONS' => $lang['CONVERT_OPTIONS'],
'L_SOFTWARE' => $lang['SOFTWARE'],
'L_VERSION' => $lang['VERSION'],
@@ -521,7 +521,7 @@ class install_convert extends module
set_config('convert_options', serialize(array('forum_path' => './../' . $forum_path, 'refresh' => $refresh)), true);
$template->assign_block_vars('checks', array(
- 'TITLE' => $lang['SPECIFY_OPTIONS'],
+ 'TITLE' => $lang['VERIFY_OPTIONS'],
'RESULT' => $lang['CONVERT_SETTINGS_VERIFIED'],
));
@@ -536,7 +536,7 @@ class install_convert extends module
else
{
$template->assign_block_vars('checks', array(
- 'TITLE' => $lang['SPECIFY_OPTIONS'],
+ 'TITLE' => $lang['VERIFY_OPTIONS'],
'RESULT' => '<b style="color:red">' . implode('<br />', $error) . '</b>',
));
}