summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 272c72c)
raw | patch | inline | side by side (parent: 272c72c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 Sep 2007 12:13:22 +0000 (12:13 +0000) | ||
committer | hickert <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 | patch | blob | history |
index aac60d367060e04a28d71596ccdfd9617f2914f1..e7dae441a4c59574777d5c5b71015b61a7151a70 100644 (file)
$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);