From 54db058eec6cf524fb46bbafbf2798d0bbaf71d4 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sat, 17 May 2008 21:49:06 +0000 Subject: [PATCH] touch up text. ticket #1696 --- usr/local/www/load_balancer_pool_edit.php | 6 +++--- usr/local/www/load_balancer_virtual_server_edit.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/usr/local/www/load_balancer_pool_edit.php b/usr/local/www/load_balancer_pool_edit.php index 1de62f049c..7190bde313 100755 --- a/usr/local/www/load_balancer_pool_edit.php +++ b/usr/local/www/load_balancer_pool_edit.php @@ -118,7 +118,7 @@ if ($_POST) { foreach($ifdescrs as $iface) { if($config['interfaces'][$iface]['ipaddr'] <> "") if($config['interfaces'][$iface]['ipaddr'] == $split_ip[0]) - $input_errors[] = "{$split_ip[0]} is currently being referenced by an interface ip address on {$iface}."; + $input_errors[] = "{$split_ip[0]} is currently being referenced by an interface IP address on {$iface}."; } } } @@ -294,7 +294,7 @@ function clearcombo(){ - + >
@@ -348,7 +348,7 @@ function clearcombo(){

-
Note: Some gateways have ping capability disabled.
+
Note: Some gateways do not respond to pings.
diff --git a/usr/local/www/load_balancer_virtual_server_edit.php b/usr/local/www/load_balancer_virtual_server_edit.php index 04ca6179ac..88ee349395 100755 --- a/usr/local/www/load_balancer_virtual_server_edit.php +++ b/usr/local/www/load_balancer_virtual_server_edit.php @@ -140,14 +140,14 @@ include("head.inc"); IP Address size="16" maxlength="16"> -
NOTE: This is normally the WAN IP address that you would like the server to listen on. All connections to this IP/PORT will be forwarded to the pool cluster. +
NOTE: This is normally the WAN IP address that you would like the server to listen on. All connections to this IP and port will be forwarded to the pool cluster. Port size="16" maxlength="16"> -
NOTE: This is the PORT that the clients will connect to. All connections to this port will be forwarded to the pool cluster. +
NOTE: This is the port that the clients will connect to. All connections to this port will be forwarded to the pool cluster. @@ -184,7 +184,7 @@ include("head.inc"); -
Note: Don't forget to add a firewall rule for the virtual server/pool after your finished setting it up. +
Note: Don't forget to add a firewall rule for the virtual server/pool after you're finished setting it up.