From 82e674f7d8a8f9ce036a30bc81b91b815c6dab4b Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Wed, 1 Jun 2016 09:33:43 +0200 Subject: [PATCH] improve translation in services_dhcp.php --- src/www/services_dhcp.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/www/services_dhcp.php b/src/www/services_dhcp.php index 97eb34cb5..df9c493ca 100644 --- a/src/www/services_dhcp.php +++ b/src/www/services_dhcp.php @@ -140,7 +140,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { $pool = $_GET['pool']; } } else { - $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."); } /* If no interface is provided, choose first one from interfaces */ @@ -708,7 +708,7 @@ include("head.inc"); /> - + /> @@ -843,7 +843,7 @@ include("head.inc"); @@ -861,16 +861,16 @@ include("head.inc"); - () + @@ -880,7 +880,7 @@ include("head.inc"); @@ -892,7 +892,7 @@ include("head.inc");