From 9f07c3438db0f42036e10f221f20bbebd202c3df Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sat, 22 Oct 2011 21:21:53 -0400 Subject: fix text --- usr/local/www/firewall_virtual_ip_edit.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr/local') 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() {

- + @@ -556,7 +556,7 @@ function typesel_change() {
   - +

    .

-- cgit v1.1