Code

Fixed typos
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Sep 2007 10:24:24 +0000 (10:24 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Sep 2007 10:24:24 +0000 (10:24 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7254 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_servDNS.inc
plugins/admin/systems/servdns.tpl

index 44bfd42eaa978351307913b7e93c4007677dc5d1..063303360a3f469862976611156ce7ff21859249 100644 (file)
@@ -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);
index 2b5300c1d5c6eb09c7fb56afe60d961062be2e02..fba14e3d62cebbc6d0f9edea8f76fe651c269619 100644 (file)
@@ -24,7 +24,7 @@
 {if $dns_server_list_cnt}
 <tr>
     <td style="width:100%;vertical-align:top;">
-        <b>{t}Take over DHCP configuration from{t}</b>&nbsp;
+        <b>{t}Take over DHCP configuration from{/t}</b>&nbsp;
         <select name='take_over_src'>
             {html_options options=$dns_server_list}
         </select>