Code

Fixed translations
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 27 Jun 2005 09:31:25 +0000 (09:31 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 27 Jun 2005 09:31:25 +0000 (09:31 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@870 594d385d-05f5-0310-b6e9-bd551577e9d8

html/index.php

index 157009be553f2c9bd9002ffb4366d235b5f4c706..17efc37de0ab93edd301916a234d6253d97ebe38 100644 (file)
@@ -145,7 +145,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST"){
   $ldap->search("(objectClass=*)",array("subschemaSubentry"));
   $attrs= $ldap->fetch();
   if(!count($attrs)){
-    print_red(_("Can't read schema informations, GOsa needs to know your schema setup. Pleasy verify taht it is readable for GOsa"));
+    print_red(_("GOsa cannot retrieve information about the installed schema files. Please make sure, that this is possible."));
     echo $_SESSION['errors'];
     exit();
   }