From a4510ca090c0360d8794ee1c3b98772931f8f060 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Ramos Date: Tue, 20 Jul 2010 10:44:34 -0300 Subject: Corrections gettext implementation on services_dhcp.php --- usr/local/www/services_dhcp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr') diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php index 95d3c06..9025865 100755 --- a/usr/local/www/services_dhcp.php +++ b/usr/local/www/services_dhcp.php @@ -113,7 +113,7 @@ if($config['installedpackages']['olsrd']) { } if (!$_GET['if']) - $savemsg = " . "gettext("The DHCP Server can only be enabled on interfaces configured with static IP addresses") . ".

" . gettext("Only interfaces configured with a static IP will be shown") . ".

"); + $savemsg = "" . gettext("The DHCP Server can only be enabled on interfaces configured with static IP addresses") . ".

" . gettext("Only interfaces configured with a static IP will be shown") . ".

"; $iflist = get_configured_interface_with_descr(); @@ -802,7 +802,7 @@ include("head.inc");  

:
-
System: +
System: General setup forwarder, .
-- cgit v1.1