Code

Updated layout
[gosa.git] / setup / class_setupStep_Schema.inc
index d8e9e32c859d3505bfae937ce7b8485a5d97f5ff..148c7df7d6146f91a0f45ea617b14ccd7f40c152 100644 (file)
@@ -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");
   }