summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-08-02 08:45:05 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-08-02 08:45:05 -0300
commitc0686139772b427734ed92654b28860e3cf84194 (patch)
treefd82e9eda92f9d6f12a4e15875310b3461c3d177 /usr/local/www/index.php
parentfffbf46dca4543bbf2af8d8ba74857248ec13b6e (diff)
downloadpfsense-c0686139772b427734ed92654b28860e3cf84194.zip
pfsense-c0686139772b427734ed92654b28860e3cf84194.tar.gz
Fix gettext implementation on index.php
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 887611a..fd03119 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -148,7 +148,7 @@ EOF;
echo sprintf(gettext("Welcome to %s!\n"),$g['product_name']) . "<p>";
echo gettext("One moment while we start the initial setup wizard.") . "<p>\n";
echo gettext("Embedded platform users: Please be patient, the wizard takes a little longer to run than the normal GUI.") . "<p>\n";
- echo sprintf(gettext("To bypass the wizard, click on the %s logo on the initial page.\n"),$g['product_name']);
+ echo sprintf(gettext("To bypass the wizard, click on the %s logo on the initial page."),$g['product_name']) . "\n";
echo "</div>\n";
echo "<meta http-equiv=\"refresh\" content=\"1;url=wizard.php?xml=setup_wizard.xml\">\n";
echo "<script type=\"text/javascript\">\n";
OpenPOWER on IntegriCloud