summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ad29e9e)
raw | patch | inline | side by side (parent: ad29e9e)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sun, 21 Dec 2008 10:52:09 +0000 (10:52 +0000) | ||
committer | opensides <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 | patch | blob | history |
diff --git a/gosa-core/setup/class_setupStep_Migrate.inc b/gosa-core/setup/class_setupStep_Migrate.inc
index 5822d004dadd670179c033fd766d1402115ef316..299a840e8f71f1707e3b91555110cc4d8937e964 100644 (file)
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");