summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-05-11 18:20:41 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-05-11 18:21:44 -0600
commit3e3582a9a63e1564f90c6e5dc6e77b3e0a781ce8 (patch)
tree9844948af2cde84e21bae7b8a71a5ee375dc3e81 /usr/local/www/firewall_rules_edit.php
parent24fb22632af9a88d68d29b8a6c0b21633dd71f08 (diff)
downloadpfsense-3e3582a9a63e1564f90c6e5dc6e77b3e0a781ce8.zip
pfsense-3e3582a9a63e1564f90c6e5dc6e77b3e0a781ce8.tar.gz
It wasn't clear enough why source port should usually be any. Make it more clear.
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index e2ddd66..91c5b07 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -820,7 +820,7 @@ include("head.inc");
</tr>
</table>
<br />
- <span class="vexpl">Specify the source port or port range for this rule. <b>This is almost never equal to the destination port range (and is usually &quot;any&quot;)</b>. <br /> Hint: you can leave the <em>'to'</em> field empty if you only want to filter a single port</span><br/>
+ <span class="vexpl"><?=gettext("Specify the source port or port range for this rule. <b>This is usually <em>random</em> and almost never equal to the destination port range (and should usually be &quot;any&quot;).</b> <br /> Hint: you can leave the <em>'to'</em> field empty if you only want to filter a single port.");?></span><br/>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud