summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-18 16:55:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-18 16:55:10 +0000
commit43c9a1ddc2ec1497e108aea5c95ea7e7cac5317c (patch)
treea161662290084fc40d810143a00363122e394526 /usr/local/www/services_dhcp_edit.php
parent3fd7c6afbddce901d0300ec52ccc2a26b421ecaf (diff)
downloadpfsense-43c9a1ddc2ec1497e108aea5c95ea7e7cac5317c.zip
pfsense-43c9a1ddc2ec1497e108aea5c95ea7e7cac5317c.tar.gz
Uppdate english
Update Ticket #381
Diffstat (limited to 'usr/local/www/services_dhcp_edit.php')
-rwxr-xr-xusr/local/www/services_dhcp_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp_edit.php b/usr/local/www/services_dhcp_edit.php
index b9a2488..e2ed9a4 100755
--- a/usr/local/www/services_dhcp_edit.php
+++ b/usr/local/www/services_dhcp_edit.php
@@ -101,7 +101,7 @@ if ($_POST) {
if ((ip2long($_POST['ipaddr']) >= $dynsubnet_start) &&
(ip2long($_POST['ipaddr']) <= $dynsubnet_end)) {
- $input_errors[] = "Static IP addresses may not lie within the dynamic client range.";
+ $input_errors[] = "Static IP address falls within the dynamic client range.";
}
if ((ip2long($_POST['ipaddr']) < $lansubnet_start) ||
(ip2long($_POST['ipaddr']) > $lansubnet_end)) {
OpenPOWER on IntegriCloud