summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-01-21 02:50:48 -0500
committerChris Buechler <cmb@pfsense.org>2011-01-21 02:50:48 -0500
commitbb8f186eefa756694defbf127b699a3460abfe8c (patch)
tree54d12195282b65fa05c52e164bc89c5cf710c288 /usr/local/www
parenteadb78bc697c0f6c049cb877bbb768d77b2951cb (diff)
downloadpfsense-bb8f186eefa756694defbf127b699a3460abfe8c.zip
pfsense-bb8f186eefa756694defbf127b699a3460abfe8c.tar.gz
fix text
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/firewall_rules.php3
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
2 files changed, 1 insertions, 4 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index ae4f60e..a0b34b4 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -826,9 +826,6 @@ if($_REQUEST['undodrag']) {
"to the rule order. Everything that isn't explicitly passed is blocked " .
"by default. ");?>
</li>
-<li>
- <?=gettext("You may drag and drop rules using your mouse to reorder the rule ordering.");?>
-</li>
</ul>
</td>
</tr>
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 856f22d..8933344 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -1287,7 +1287,7 @@ include("head.inc");
?>
</select>
<br />
- <span class="vexpl"><?=gettext("Choose the Out queue/Virtual interface only if you have selected In too.")."<br/>".gettext("The Out selection is applied to traffic going out the interface the rule is created, In is the incoming one.")."<br/>".gettext("If you are creating a rule on the Floating tab if the direction is In then the same rules apply, if the direction is out the selections are reverted Out is for incoming and In is for outgoing and if you do not select any direction use only the In since the Out selection does not make sense in there to prevent oddities.");?></span>
+ <span class="vexpl"><?=gettext("Choose the Out queue/Virtual interface only if you have also selected In.")."<br/>".gettext("The Out selection is applied to traffic leaving the interface where the rule is created, In is applied to traffic coming into the chosen interface.")."<br/>".gettext("If you are creating a floating rule, if the direction is In then the same rules apply, if the direction is out the selections are reverted Out is for incoming and In is for outgoing.");?></span>
</div>
</td>
</tr>
OpenPOWER on IntegriCloud