From fffbf46dca4543bbf2af8d8ba74857248ec13b6e Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Ramos Date: Mon, 2 Aug 2010 08:23:18 -0300 Subject: [PATCH] Fix gettext implementation on index.php --- usr/local/www/index.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/usr/local/www/index.php b/usr/local/www/index.php index dd4016f76a..887611a5bd 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -145,9 +145,9 @@ EOF; echo "
\n"; echo "

\n"; echo "

\n"; - echo sprintf(gettext("Welcome to %s!

\n"),$g['product_name']); - echo gettext("One moment while we start the initial setup wizard.

\n"); - echo gettext("Embedded platform users: Please be patient, the wizard takes a little longer to run than the normal GUI.

\n"); + echo sprintf(gettext("Welcome to %s!\n"),$g['product_name']) . "

"; + echo gettext("One moment while we start the initial setup wizard.") . "

\n"; + echo gettext("Embedded platform users: Please be patient, the wizard takes a little longer to run than the normal GUI.") . "

\n"; echo sprintf(gettext("To bypass the wizard, click on the %s logo on the initial page.\n"),$g['product_name']); echo "

\n"; echo "\n"; @@ -449,7 +449,7 @@ echo $jscriptstr; echo "

"; ?>