summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_npt_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-05 18:44:18 +0545
committerPhil Davis <phil.davis@inf.org>2017-02-05 18:44:18 +0545
commit1a147fcdc8cef2b6e4a223b6fb9ce4b36fd4e73c (patch)
treeed13175baa1bcf661ec1557876aa913fb9ec3dbf /src/usr/local/www/firewall_nat_npt_edit.php
parentdfbc9267d3838088f551de0a53021486b0e7c3df (diff)
downloadpfsense-1a147fcdc8cef2b6e4a223b6fb9ce4b36fd4e73c.zip
pfsense-1a147fcdc8cef2b6e4a223b6fb9ce4b36fd4e73c.tar.gz
setHelp and gettext changes for firewall* pages
Diffstat (limited to 'src/usr/local/www/firewall_nat_npt_edit.php')
-rw-r--r--src/usr/local/www/firewall_nat_npt_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_nat_npt_edit.php b/src/usr/local/www/firewall_nat_npt_edit.php
index 470e3c1..e9dd078 100644
--- a/src/usr/local/www/firewall_nat_npt_edit.php
+++ b/src/usr/local/www/firewall_nat_npt_edit.php
@@ -199,8 +199,8 @@ $section->addInput(new Form_Select(
'*Interface',
$pconfig['interface'],
build_if_list()
-))->setHelp('Choose which interface this rule applies to.' . '<br />' .
- 'Hint: Typically the "WAN" is used here.');
+))->setHelp('Choose which interface this rule applies to.%s' .
+ 'Hint: Typically the "WAN" is used here.', '<br />');
$section->addInput(new Form_Checkbox(
'srcnot',
OpenPOWER on IntegriCloud