Code

Updated strings in dhcp error msgs
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Sep 2007 12:13:22 +0000 (12:13 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Sep 2007 12:13:22 +0000 (12:13 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7261 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_servDHCP.inc

index aac60d367060e04a28d71596ccdfd9617f2914f1..e7dae441a4c59574777d5c5b71015b61a7151a70 100644 (file)
@@ -119,8 +119,9 @@ class servdhcp extends plugin
       $this->dialog = FALSE;
       $id = $this->take_over_id;
       $smarty->assign("dns_take_over",TRUE);
-      $warning= "&nbsp;"._("This includes 'all' DNS zones that are located within this server. Please double check if your really want to do this.");
-      $warning.= "&nbsp;"._("The migration will be startet when you save this system. To cancel 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]);
+     $warning.= _("The migration will be startet when you save this system. To cancel this action, use the cancel button below.");
 
       if($this->display_warning){
         print_red($warning);