summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-01-05 22:01:10 -0500
committerChris Buechler <cmb@pfsense.org>2010-01-05 22:01:10 -0500
commit6768e67b475d3f9c3385cf3a63caf78543a41f1f (patch)
tree782d1d5bc44bfb764ab9a296fde0a22e10befebc /usr
parent8803319ca4933bed3e5e49074546e65947957c36 (diff)
downloadpfsense-6768e67b475d3f9c3385cf3a63caf78543a41f1f.zip
pfsense-6768e67b475d3f9c3385cf3a63caf78543a41f1f.tar.gz
fix up text
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index f279ba4..5fd1570 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -321,7 +321,7 @@ if ($_POST) {
}
/* input validation */
if (isset($config['dhcpd']) && isset($config['dhcpd'][$if]['enable']) && $_POST['type'] != "static")
- $input_errors[] = "Dhcpd service is active on this interface and it can be used only with a static ip configuration. Please disable the service first and than change the interface configuration.";
+ $input_errors[] = "The DHCP Server is active on this interface and it can be used only with a static IP configuration. Please disable the DHCP Server service on this interface first, then change the interface configuration.";
switch($_POST['type']) {
case "static":
@@ -434,7 +434,7 @@ if ($_POST) {
}
if(strlen($_POST['key' . $i]) == 28)
continue;
- $input_errors[] = "Invalid wep key size. Sizes should be 40 (64) bit keys or 104 (128) bit.";
+ $input_errors[] = "Invalid WEP key size. Sizes should be 40 (64) bit keys or 104 (128) bit.";
break;
}
}
OpenPOWER on IntegriCloud