From 5958d3ea10820829ca4ddb4e408421af4bd3051a Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 10 Sep 2007 14:19:07 +0000 Subject: [PATCH] Updated texts git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7242 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_servDHCP.inc | 4 ++-- plugins/admin/systems/servdhcp.tpl | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/plugins/admin/systems/class_servDHCP.inc b/plugins/admin/systems/class_servDHCP.inc index 6390172a5..33c7acf77 100644 --- a/plugins/admin/systems/class_servDHCP.inc +++ b/plugins/admin/systems/class_servDHCP.inc @@ -140,8 +140,8 @@ class servdhcp extends plugin $info = $this->get_dhcp_info_string($id); $smarty->assign("dns_take_over",TRUE); $smarty->assign("info",$info); - $warning = sprintf(_("You are going to take over the dhcp setup from server '%s'."),$this->dhcp_server_list['ENTRIES'][$id]['cn'][0]); - $warning2 = _("The take over will be startet when you save this system. To abort this action, use the cancel button below."); + $warning = sprintf(_("You are going to migrate the DHCP setup from server '%s'."),$this->dhcp_server_list['ENTRIES'][$id]['cn'][0]); + $warning2 = _("The migration will be startet when you save this system. To cancel this action, use the cancel button below."); $smarty->assign("warning",$warning); $smarty->assign("warning2",$warning2); return($smarty->fetch(get_template_path('servdhcp.tpl', TRUE))); diff --git a/plugins/admin/systems/servdhcp.tpl b/plugins/admin/systems/servdhcp.tpl index 1c2e44332..b911f3202 100644 --- a/plugins/admin/systems/servdhcp.tpl +++ b/plugins/admin/systems/servdhcp.tpl @@ -24,11 +24,11 @@ {if $dhcp_server_list_cnt} - {t}Take over dhcp configuration from following server{/t}  + {t}Take over DHCP configuration from{/t}  - + {/if} @@ -36,7 +36,6 @@

{t}DHCP sections{/t}

{$DhcpList} - -- 2.30.2