From 6c868f14a38ed65dd74bffd03cf87cb823117aec Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 11 Sep 2007 10:24:24 +0000 Subject: [PATCH] Fixed typos git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7254 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_servDNS.inc | 2 +- plugins/admin/systems/servdns.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/admin/systems/class_servDNS.inc b/plugins/admin/systems/class_servDNS.inc index 44bfd42ea..063303360 100644 --- a/plugins/admin/systems/class_servDNS.inc +++ b/plugins/admin/systems/class_servDNS.inc @@ -134,7 +134,7 @@ class servdns extends plugin $info = $this->get_dns_info_string($id); $smarty->assign("dns_take_over",TRUE); $smarty->assign("info",$info); - $warning = sprintf(_("You are going to migrate the DNS setup from server '%s'."),$this->dhcp_server_list['ENTRIES'][$id]['cn'][0]); + $warning = sprintf(_("You are going to migrate the DNS setup from server '%s'."),$this->dns_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); diff --git a/plugins/admin/systems/servdns.tpl b/plugins/admin/systems/servdns.tpl index 2b5300c1d..fba14e3d6 100644 --- a/plugins/admin/systems/servdns.tpl +++ b/plugins/admin/systems/servdns.tpl @@ -24,7 +24,7 @@ {if $dns_server_list_cnt} - {t}Take over DHCP configuration from{t}  + {t}Take over DHCP configuration from{/t}  -- 2.30.2