Code

- Correcting spelling
[gosa.git] / plugins / admin / systems / class_servDNS.inc
index d1571d18ca00e2cfdd553d0f0c1b04f6713724a7..b8c6c1876ec2fc32ab502d82af6d52b8be63cef6 100644 (file)
@@ -121,7 +121,7 @@ class servdns extends plugin
       $smarty->assign("dns_take_over",TRUE);
       $warning = sprintf(_("You are going to migrate the DNS setup from server '%s'."),$this->dns_server_list['ENTRIES'][$id]['cn'][0]);
 #      $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.= " "._("The migration will be started when you save this system. To cancel this action, use the cancel button below.");
 
       if($this->display_warning){
         print_red($warning);