summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/firewall_rules_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/firewall_rules_edit.php b/src/usr/local/www/firewall_rules_edit.php
index c18d27c..5190081 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -1603,10 +1603,10 @@ $group->add(new Form_Select(
$section->add($group)->setHelp('Choose the Out queue/Virtual interface only if '.
'you have also selected In. The Out selection is applied to traffic leaving '.
- 'the interface where the rule is created, It is applied to traffic coming '.
+ 'the interface where the rule is created, the In selection is applied to traffic coming '.
'into the chosen interface.<br />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 reversed Out is for incoming and In is for outgoing.'
+ 'direction is In then the same rules apply, if the direction is Out the '.
+ 'selections are reversed, Out is for incoming and In is for outgoing.'
);
$group = new Form_Group('Ackqueue / Queue');
OpenPOWER on IntegriCloud