Code

Fixed typo
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 8 May 2007 10:20:34 +0000 (10:20 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 8 May 2007 10:20:34 +0000 (10:20 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6299 594d385d-05f5-0310-b6e9-bd551577e9d8

setup/class_setupStep_Schema.inc

index 8fe111673b09a2d9e2f5461c1b441809d2703301..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");
   }