Code

- Correcting spelling
[gosa.git] / plugins / admin / systems / class_servDHCP.inc
index 886511b09697cab3c2a9cd2f51a372abe4d85e2d..d883bf4ae9173537b704eee070159493f9c8463d 100644 (file)
@@ -121,7 +121,7 @@ class servdhcp extends plugin
       $smarty->assign("dns_take_over",TRUE);
 
      $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.");
+     $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);