Code

- Spelling error
authoropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sun, 21 Dec 2008 10:52:09 +0000 (10:52 +0000)
committeropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sun, 21 Dec 2008 10:52:09 +0000 (10:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13328 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/setup/class_setupStep_Migrate.inc

index 5822d004dadd670179c033fd766d1402115ef316..299a840e8f71f1707e3b91555110cc4d8937e964 100644 (file)
@@ -1014,7 +1014,7 @@ class Step_Migrate extends setup_step
       if($GOsa_25_found){
         $str = "";
         if(!empty($valid_groups)){
-          $str.= "<i>".sprintf(_("GOsa 2.5 adminitrative accounts found: %s."),trim($valid_groups,", "))."</i><br>";
+          $str.= "<i>".sprintf(_("GOsa 2.5 administrative accounts found: %s."),trim($valid_groups,", "))."</i><br>";
         }
         $this->checks['acls']['STATUS']    = FALSE;
         $this->checks['acls']['STATUS_MSG']= _("Failed");