summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/index.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-02-03 12:23:06 -0200
committerRenato Botelho <renato@netgate.com>2017-02-03 12:23:06 -0200
commit23afee6645a0c1069d80cd3ef4222b1130e7cc7f (patch)
tree395a41cf12dcfa3272a25438d0f89a8842c35580 /src/usr/local/www/index.php
parent042911d34ab846e7241deeb9fd6469a1460febcf (diff)
downloadpfsense-23afee6645a0c1069d80cd3ef4222b1130e7cc7f.zip
pfsense-23afee6645a0c1069d80cd3ef4222b1130e7cc7f.tar.gz
Remove \n from gettext strings
Diffstat (limited to 'src/usr/local/www/index.php')
-rw-r--r--src/usr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index 59e56c2..f413a83 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -188,7 +188,7 @@ if (file_exists('/conf/trigger_initial_wizard')) {
<div class="container">
<div class="col-sm-offset-3 col-sm-6 col-xs-12">
<font color="white">
- <p><h3><?=sprintf(gettext("Welcome to %s!\n"), $g['product_name'])?></h3></p>
+ <p><h3><?=sprintf(gettext("Welcome to %s!") . "\n", $g['product_name'])?></h3></p>
<p><?=gettext("One moment while the initial setup wizard starts.")?></p>
<p><?=gettext("Embedded platform users: Please be patient, the wizard takes a little longer to run than the normal GUI.")?></p>
<p><?=sprintf(gettext("To bypass the wizard, click on the %s logo on the initial page."), $g['product_name'])?></p>
OpenPOWER on IntegriCloud