summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-02-07 23:57:32 +0000
committerChris Buechler <cmb@pfsense.org>2008-02-07 23:57:32 +0000
commita200ac937e34b5ced587b72356719b53bb09917c (patch)
treedc1c31f1be9befb09837a6f4ce02906c4154cf34
parentf5af050199d5b35a0bcfff7a93d3fddd73d2f33f (diff)
downloadpfsense-a200ac937e34b5ced587b72356719b53bb09917c.zip
pfsense-a200ac937e34b5ced587b72356719b53bb09917c.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 6703b63..728148e 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -605,9 +605,9 @@ include("head.inc");
<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 <?= $g['product_name'] ?> into a routing only platform!<br>
+ <span class="vexpl">Note: This converts <?= $g['product_name'] ?> into a routing only platform!<br>
Note: This will turn off NAT!
</span>
</td>
OpenPOWER on IntegriCloud