summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-10-22 21:21:53 -0400
committerChris Buechler <cmb@pfsense.org>2011-10-22 21:21:53 -0400
commit9f07c3438db0f42036e10f221f20bbebd202c3df (patch)
tree1fcf1a880ce192eea8ed3ec18a30052303a32828 /usr/local/www/firewall_virtual_ip_edit.php
parente03ef9a02cb3b3e328be1eab5230114483082853 (diff)
downloadpfsense-9f07c3438db0f42036e10f221f20bbebd202c3df.zip
pfsense-9f07c3438db0f42036e10f221f20bbebd202c3df.tar.gz
fix text
Diffstat (limited to 'usr/local/www/firewall_virtual_ip_edit.php')
-rwxr-xr-xusr/local/www/firewall_virtual_ip_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php
index b8ba2ac..841b629 100755
--- a/usr/local/www/firewall_virtual_ip_edit.php
+++ b/usr/local/www/firewall_virtual_ip_edit.php
@@ -185,7 +185,7 @@ if ($_POST) {
break;
default:
if (substr($_POST['interface'], 0, 3) == "vip")
- $input_errors[] = gettext("For this type of vip a carp parent is not allowed.");
+ $input_errors[] = gettext("For this type of VIP, a CARP parent is not allowed.");
break;
}
@@ -531,7 +531,7 @@ function typesel_change() {
<?php endfor; ?>
</select>
<br/><br/>
- <?=gettext("The frequency that this machine will advertise. 0 means usually master. Otherwise the lowest combination of both values in the cluster detrmines the master.");?>
+ <?=gettext("The frequency that this machine will advertise. 0 means usually master. Otherwise the lowest combination of both values in the cluster determines the master.");?>
</td>
</tr>
<tr>
@@ -556,7 +556,7 @@ function typesel_change() {
<span class="red">
<b><?=gettext("Note:");?><br></b>
</span>&nbsp;&nbsp;
- <?=gettext("ProxyARP type IP addresses *DO NOT* work with add on packages such as Squid. Use a CARP or IP Alias type address for these cases.");?>
+ <?=gettext("Proxy ARP and Other type Virtual IPs cannot be bound to by anything running on the firewall, such as IPsec, OpenVPN, etc. Use a CARP or IP Alias type address for these cases.");?>
<p>&nbsp;&nbsp;&nbsp;<?=gettext("For more information on CARP and the above values, visit the OpenBSD ");?><a href='http://www.openbsd.org/faq/pf/carp.html'> <?=gettext("CARP FAQ"); ?></A>.
</span>
</p>
OpenPOWER on IntegriCloud