From: hickert Date: Tue, 11 Sep 2007 12:13:22 +0000 (+0000) Subject: Updated strings in dhcp error msgs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9c7cf22cda25d51c481e06aa78fbd8569c7235c1;p=gosa.git Updated strings in dhcp error msgs git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7261 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_servDHCP.inc b/plugins/admin/systems/class_servDHCP.inc index aac60d367..e7dae441a 100644 --- a/plugins/admin/systems/class_servDHCP.inc +++ b/plugins/admin/systems/class_servDHCP.inc @@ -119,8 +119,9 @@ class servdhcp extends plugin $this->dialog = FALSE; $id = $this->take_over_id; $smarty->assign("dns_take_over",TRUE); - $warning= " "._("This includes 'all' DNS zones that are located within this server. Please double check if your really want to do this."); - $warning.= " "._("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);