From: cajus Date: Tue, 8 May 2007 10:20:34 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d6bbbc7fe5f9d45ecc39efd26e417b72e744760a;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6299 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/setup/class_setupStep_Schema.inc b/setup/class_setupStep_Schema.inc index 8fe111673..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"); }