diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php index 356d24915d..9254c13e8e 100644 --- a/usr/local/www/installer.php +++ b/usr/local/www/installer.php @@ -142,7 +142,7 @@ function body_html() { $pfSversion = str_replace("\n", "", file_get_contents("/etc/version")); if(strstr($pfSversion, "1.2")) $one_two = true; - $pgtitle = "pfSense: Installer"; + $pgtitle = gettext("pfSense: Installer"); include("head.inc"); echo << @@ -224,7 +224,7 @@ function quickeasyinstall_gui() {
- Starting Installer... Please wait...

+ ... ...

{{ Insert progressbar here }}

@@ -258,7 +258,7 @@ function installer_main() {