From: cajus Date: Mon, 27 Jun 2005 09:31:25 +0000 (+0000) Subject: Fixed translations X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6ebdc401815d3304c6707e2fc76bb22e3ffa7e91;p=gosa.git Fixed translations git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@870 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/index.php b/html/index.php index 157009be5..17efc37de 100644 --- a/html/index.php +++ b/html/index.php @@ -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(); }