summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-06 17:41:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-06 17:41:07 +0000
commitdf593437a562cf5b97bbf0a602ed156cf782b447 (patch)
treeaf97428c2c7502f0bed7d597fe7467bc32bf8bdc /usr/local/www/firewall_nat_edit.php
parentc299e0af66e2f7615c9e421966e80d907ba9b9bc (diff)
downloadpfsense-df593437a562cf5b97bbf0a602ed156cf782b447.zip
pfsense-df593437a562cf5b97bbf0a602ed156cf782b447.tar.gz
Fix case-o
s/carp/CARP Ticket #1097
Diffstat (limited to 'usr/local/www/firewall_nat_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index d63d697..1e7f862 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -385,7 +385,7 @@ include("fbegin.inc"); ?>
<td width="22%" valign="top" class="vncell">No XMLRPC Sync</td>
<td width="78%" class="vtable">
<input type="checkbox" value="yes" name="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>><br>
- HINT: This prevents the rule from automatically syncing to other carp members.
+ HINT: This prevents the rule from automatically syncing to other CARP members.
</td>
</tr>
<?php if ((!(isset($id) && $a_nat[$id])) || (isset($_GET['dup']))): ?>
OpenPOWER on IntegriCloud