summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-05-17 21:38:06 +0000
committerChris Buechler <cmb@pfsense.org>2008-05-17 21:38:06 +0000
commit4ce68cb206af5deacd4536d92a3db203f7ef388c (patch)
treed0fc1a07cb59c8d6422bc87f4ff51e40860fd55f /usr
parent18f351c83f444c343f012711bdd03e9fff555dc7 (diff)
downloadpfsense-4ce68cb206af5deacd4536d92a3db203f7ef388c.zip
pfsense-4ce68cb206af5deacd4536d92a3db203f7ef388c.tar.gz
touch up text.
ticket #1696
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/load_balancer_pool_edit.php4
-rwxr-xr-xusr/local/www/load_balancer_virtual_server_edit.php6
2 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/load_balancer_pool_edit.php b/usr/local/www/load_balancer_pool_edit.php
index a6400f2..b45650d 100755
--- a/usr/local/www/load_balancer_pool_edit.php
+++ b/usr/local/www/load_balancer_pool_edit.php
@@ -289,7 +289,7 @@ function clearcombo(){
<input type="radio" name="behaviour" id="behaviour" value="failover"<?php if($pconfig['behaviour'] ==
"failover") echo " CHECKED"; ?>><?=gettext("Failover");?><br>
Load Balancing: both active. Failover order: top -> down.<br>
- NOTE: Failover mode only applies to outgoing rules (multi-wan).
+ NOTE: Failover mode only applies to outgoing rules (multi-WAN).
</td>
</tr>
@@ -337,7 +337,7 @@ function clearcombo(){
</select>
<input size="16" id="monitorip" name="monitorip" value="<?php echo $pconfig['monitorip']; ?>" style="float: left;">
</div><br><br>
- <div id="monitorIpNote" style="float: none;">Note: Some gateways have ping capability disabled.</div>
+ <div id="monitorIpNote" style="float: none;">Note: Some gateways do not respond to pings.</div>
</td>
</tr>
<tr align="left">
diff --git a/usr/local/www/load_balancer_virtual_server_edit.php b/usr/local/www/load_balancer_virtual_server_edit.php
index f5c3249..b055ea4 100755
--- a/usr/local/www/load_balancer_virtual_server_edit.php
+++ b/usr/local/www/load_balancer_virtual_server_edit.php
@@ -141,14 +141,14 @@ include("head.inc");
<td width="22%" valign="top" class="vncellreq">IP Address</td>
<td width="78%" class="vtable" colspan="2">
<input name="ipaddr" type="text" <?if(isset($pconfig['ipaddr'])) echo "value=\"{$pconfig['ipaddr']}\"";?> size="16" maxlength="16">
- <br><b>NOTE:</b> 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.
+ <br><b>NOTE:</b> 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.
</td>
</tr>
<tr align="left">
<td width="22%" valign="top" class="vncellreq">Port</td>
<td width="78%" class="vtable" colspan="2">
<input name="port" type="text" <?if(isset($pconfig['port'])) echo "value=\"{$pconfig['port']}\"";?> size="16" maxlength="16">
- <br><b>NOTE:</b> This is the PORT that the clients will connect to. All connections to this port will be forwarded to the pool cluster.
+ <br><b>NOTE:</b> This is the port the clients will connect to. All connections to this port will be forwarded to the pool cluster.
</td>
</tr>
<tr align="left">
@@ -185,7 +185,7 @@ include("head.inc");
</tr>
</table>
</form>
-<br><span class="red"><strong>Note:</strong></span> Don't forget to add a firewall rule for the virtual server/pool after your finished setting it up.
+<br><span class="red"><strong>Note:</strong></span> Don't forget to add a firewall rule for the virtual server/pool after you're finished setting it up.
<?php include("fend.inc"); ?>
</body>
</html>
OpenPOWER on IntegriCloud