aboutsummaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.php b/install.php
index b3fc2e425..55f8f3fec 100644
--- a/install.php
+++ b/install.php
@@ -320,8 +320,8 @@ $template->assign_vars(array(
'L_ADMIN_PASSWORD_INFO'=>$lang['step2_pwd_info'],
'L_ADMIN_CONFIRM_PASSWORD'=>$lang['step2_pwd_conf'],
'L_ADMIN_CONFIRM_PASSWORD_INFO'=>$lang['step2_pwd_conf_info'],
- 'L_ADMIN_EMAIL'=>$lang['install_mail_webmaster'],
- 'L_ADMIN_EMAIL_INFO'=>$lang['install_mail_webmaster_info'],
+ 'L_ADMIN_EMAIL'=>$lang['conf_general_mail_webmaster'],
+ 'L_ADMIN_EMAIL_INFO'=>$lang['conf_general_mail_webmaster_info'],
'L_SUBMIT'=>$lang['Start_Install'],
'L_HELP'=>$lang['install_help'],
'L_ERR_COPY'=>$lang['step1_err_copy'],