summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-02-07 23:56:18 +0000
committerChris Buechler <cmb@pfsense.org>2008-02-07 23:56:18 +0000
commit6c13d551825b1102baa3371a9d9da36d2c6467b5 (patch)
treeaf472f143678f0b757dde8b8d9190c63504acd7f
parentfa22abe57b03dc1532135c4a2bc385c76c4b5bd9 (diff)
downloadpfsense-6c13d551825b1102baa3371a9d9da36d2c6467b5.zip
pfsense-6c13d551825b1102baa3371a9d9da36d2c6467b5.tar.gz
touch up text
Ticket #1627
-rwxr-xr-xusr/local/www/system_advanced.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 32be8cc..9f19d5b 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -605,9 +605,9 @@ if($config['interfaces']['wan']['ipaddr'] <> "pppoe") {
<td width="22%" valign="top" class="vncell">Disable Firewall</td>
<td width="78%" class="vtable">
<input name="disablefilter" type="checkbox" id="disablefilter" value="yes" <?php if (isset($config['system']['disablefilter'])) echo "checked"; ?> onclick="enable_change(false)" />
- <strong>Disable the firewalls filter altogether.</strong>
+ <strong>Disable all packet filtering.</strong>
<br />
- <span class="vexpl">Note: This basically converts pfSense into a routing only platform!<br>
+ <span class="vexpl">Note: This converts pfSense into a routing only platform!<br>
Note: This will turn off NAT!
</span>
</td>
OpenPOWER on IntegriCloud