From 9856587dc6d3f74e69846f885c4e5f9fcda8d07a Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Ramos Date: Fri, 30 Jul 2010 17:25:54 -0300 Subject: [PATCH] Fix gettext implementation on installer.php --- usr/local/www/installer.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() {