diff options
author | Chris Buechler <cmb@pfsense.org> | 2016-07-02 04:19:45 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2016-07-02 04:20:18 -0500 |
commit | d35b61811829492ea197dca6e03fa8bf8756e4fe (patch) | |
tree | 2464c724d759620b9e689b49d3fad3ed493ac617 /src/usr | |
parent | 7208f38762aa89baa99dfa7dcaeab7172ba4f14e (diff) | |
download | pfsense-d35b61811829492ea197dca6e03fa8bf8756e4fe.zip pfsense-d35b61811829492ea197dca6e03fa8bf8756e4fe.tar.gz |
Clarify Negate option description on firewall_nat_out.php.
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/local/www/firewall_nat_out.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat_out.php b/src/usr/local/www/firewall_nat_out.php index 9ac664c..793bc07 100644 --- a/src/usr/local/www/firewall_nat_out.php +++ b/src/usr/local/www/firewall_nat_out.php @@ -365,7 +365,7 @@ print($form); endif; ?> <?php if (isset($natent['nonat'])): ?> - <i class="fa fa-hand-stop-o text-danger" title="<?=gettext("Negated: This rule excludes NAT from a later rule")?>"></i> + <i class="fa fa-hand-stop-o text-danger" title="<?=gettext("Negated: Traffic matching this rule is not translated.")?>"></i> <?php endif; ?> </td> |