summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-12 14:31:09 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-12 14:31:09 -0300
commitbc381f9a1ec901b760ca9757a0bf8a0afef61c99 (patch)
treec19af092813bbffa88b4b1ab8144eb5e1dee063a /usr/local/www/firewall_nat_out.php
parent345b97151e7a3369f7c03537c8755c66f7a0d158 (diff)
downloadpfsense-bc381f9a1ec901b760ca9757a0bf8a0afef61c99.zip
pfsense-bc381f9a1ec901b760ca9757a0bf8a0afef61c99.tar.gz
Checked gettext() implementation on firewall_nat_out.php
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-rwxr-xr-xusr/local/www/firewall_nat_out.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 7049134..7c248b7 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -309,7 +309,7 @@ include("head.inc");
<tr><td align="right"><b><?=gettext("Mode"); ?>:</b></td>
<td>
&nbsp;&nbsp;<input name="advancedoripsec" type="radio" id="ipsecpassthru" value="ipsecpassthru" <?php if (isset($config['nat']['ipsecpassthru']['enable'])) echo "checked";?>>
- <strong><?=gettext("Automatic outbound NAT rule generation<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(IPsec passthrough included)");?></strong>
+ <strong><?=gettext("Automatic outbound NAT rule generation"); ?><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<?=gettext("(IPsec passthrough included)");?></strong>
</td>
<td>
OpenPOWER on IntegriCloud