summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateways_edit.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/system_gateways_edit.php
parent042911d34ab846e7241deeb9fd6469a1460febcf (diff)
downloadpfsense-23afee6645a0c1069d80cd3ef4222b1130e7cc7f.zip
pfsense-23afee6645a0c1069d80cd3ef4222b1130e7cc7f.tar.gz
Remove \n from gettext strings
Diffstat (limited to 'src/usr/local/www/system_gateways_edit.php')
-rw-r--r--src/usr/local/www/system_gateways_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/system_gateways_edit.php b/src/usr/local/www/system_gateways_edit.php
index b8afd21..c56dcd8 100644
--- a/src/usr/local/www/system_gateways_edit.php
+++ b/src/usr/local/www/system_gateways_edit.php
@@ -737,8 +737,8 @@ $group->add(new Form_Input(
$pconfig['latencyhigh'],
['placeholder' => $dpinger_default['latencyhigh']]
));
-$group->setHelp('Low and high thresholds for latency in milliseconds.
- Default is %d/%d.', [$dpinger_default['latencylow'], $dpinger_default['latencyhigh']]);
+$group->setHelp('Low and high thresholds for latency in milliseconds. ' .
+ 'Default is %d/%d.', [$dpinger_default['latencylow'], $dpinger_default['latencyhigh']]);
$section->add($group);
@@ -757,8 +757,8 @@ $group->add(new Form_Input(
$pconfig['losshigh'],
['placeholder' => $dpinger_default['losshigh']]
));
-$group->setHelp('Low and high thresholds for packet loss in %%.
- Default is %d/%d.', [$dpinger_default['losslow'], $dpinger_default['losshigh']]);
+$group->setHelp('Low and high thresholds for packet loss in %%. ' .
+ 'Default is %d/%d.', [$dpinger_default['losslow'], $dpinger_default['losshigh']]);
$section->add($group);
$section->addInput(new Form_Input(
OpenPOWER on IntegriCloud