X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=setup%2Fclass_setupStep_Schema.inc;h=8d22f6ed60e352384a9620edfc653969862a57f7;hb=d8f2615c8f58ce736bb69b079b26a46dcc26e364;hp=25d6d68c0df2f9b3087117b9fe07b4c312dce3b0;hpb=037c56a9f7cc72aa444d5ade5ef9e889058717de;p=gosa.git diff --git a/setup/class_setupStep_Schema.inc b/setup/class_setupStep_Schema.inc index 25d6d68c0..8d22f6ed6 100644 --- a/setup/class_setupStep_Schema.inc +++ b/setup/class_setupStep_Schema.inc @@ -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;