Code

There is a seperate button for each admin create method
[gosa.git] / setup / class_setupStep_Schema.inc
index 25d6d68c0df2f9b3087117b9fe07b4c312dce3b0..8d22f6ed60e352384a9620edfc653969862a57f7 100644 (file)
@@ -39,7 +39,7 @@ class Step_Schema extends setup_step
   {
     $this->s_title      = _("LDAP schema check");
     $this->s_title_long = _("LDAP schema check");
-    $this->s_info       = _("Perform test on your curren LDAP schema");
+    $this->s_info       = _("Perform test on your current LDAP schema");
   }
 
   
@@ -226,7 +226,7 @@ class Step_Schema extends setup_step
       if($rfc2307bis && isset($tmp['posixGroup']['STRUCTURAL'])){
         $checks['posixGroup']['STATUS']           = FALSE;
         $checks['posixGroup']['MSG']              = _("You have enabled the rfc2307bis option on the 'ldap setup' step, but your schema configuration do not support this option.");
-        $checks['posixGroup']['INFO']             = _("In order to use rfc2307bis corform groups the objectClass 'posixGroup' must be AUXILIARY");
+        $checks['posixGroup']['INFO']             = _("In order to use rfc2307bis conform groups the objectClass 'posixGroup' must be AUXILIARY");
       }
       if(!$rfc2307bis && !isset($tmp['posixGroup']['STRUCTURAL'])){
         $checks['posixGroup']['STATUS']           = FALSE;