From 13113484a3f304455b5187a98a098c21ea0d74da Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sun, 25 Dec 2011 19:23:02 -0500 Subject: fix text --- usr/local/www/services_dhcp_relay.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/local/www/services_dhcp_relay.php b/usr/local/www/services_dhcp_relay.php index ee2553b..322580c 100755 --- a/usr/local/www/services_dhcp_relay.php +++ b/usr/local/www/services_dhcp_relay.php @@ -77,7 +77,7 @@ if ($_POST) { $checksrv = explode(",", $_POST['server']); foreach ($checksrv as $srv) { if (!is_ipaddr($srv)) - $input_errors[] = gettext("A valid Destination Server IP address must be specified."); + $input_errors[] = gettext("A valid Destination Server IP address must be specified."); } } } @@ -133,7 +133,7 @@ function enable_change(enable_over) { DHCP Server is currently enabled. Cannot enable the DHCP Relay service while the DHCP Server is enabled on any interface."; + echo "DHCP Server is currently enabled. Cannot enable the DHCP Relay service while the DHCP Server is enabled on any interface."; echo ""; echo ""; include("fend.inc"); @@ -165,7 +165,7 @@ function enable_change(enable_over) { } ?> -
Interfaces without an ip address will not be shown. +
Interfaces without an IP address will not be shown. -- cgit v1.1