X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=setup%2Fclass_setupStep_Schema.inc;h=148c7df7d6146f91a0f45ea617b14ccd7f40c152;hb=ff76367d8603af20c56e512d9923e2aa3f059ab4;hp=d8e9e32c859d3505bfae937ce7b8485a5d97f5ff;hpb=18d3f71e9d76c94029ebaa1021c7cbf6ab7c4219;p=gosa.git diff --git a/setup/class_setupStep_Schema.inc b/setup/class_setupStep_Schema.inc index d8e9e32c8..148c7df7d 100644 --- a/setup/class_setupStep_Schema.inc +++ b/setup/class_setupStep_Schema.inc @@ -37,9 +37,9 @@ class Step_Schema extends setup_step function update_strings() { - $this->s_title = _("Ldap schema check"); - $this->s_title_long = _("Ldap schema check"); - $this->s_info = _("This dialog checks your ldap schema setup"); + $this->s_title = _("LDAP schema check"); + $this->s_title_long = _("LDAP schema check"); + $this->s_info = _("Perform test on your curren LDAP schema"); }