summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-01 14:49:35 +0545
committerPhil Davis <phil.davis@inf.org>2015-12-01 14:49:35 +0545
commit2d160050f6a58ed77e8b03f7208ba77c35c5e416 (patch)
tree9fd299e709e9ff0712742110692e3594c015f5b8 /src
parent07ab3f0c3a61ea053c1c1e11dbe366f799fc0650 (diff)
downloadpfsense-2d160050f6a58ed77e8b03f7208ba77c35c5e416.zip
pfsense-2d160050f6a58ed77e8b03f7208ba77c35c5e416.tar.gz
Standardize In / Out queues help text
An "In" got changed to an "It" by https://github.com/pfsense/pfsense/commit/66066eda36fedf4df73bf03c6603ea76f9813327 This text already had most uses of the terms "In" and "Out" with capitals. That seems reasonable here so the text is clear about which of the words "in" and "out" are references to the "in" and "Out" queue rather than just ordinary uses of the English words.
Diffstat (limited to 'src')
-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