Code

Fixed typo
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 19 May 2011 12:13:17 +0000 (12:13 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 19 May 2011 12:13:17 +0000 (12:13 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@20885 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/index.php

index eae3f532d184898e9f2f261249273c7dfcb17a54..577fc6e4bd288dc306ddabab6bdadcce7db8270d 100644 (file)
@@ -225,7 +225,7 @@ if ($config->get_cfg_value("htaccessAuthentication") == "true" ){
     exit;
   }
   if ($server == ""){
-    msg_dialog::display(_("Error"), _("User information is not unique accross the configured LDAP trees!"), FATAL_ERROR_DIALOG);
+    msg_dialog::display(_("Error"), _("User information is not unique across the configured LDAP trees!"), FATAL_ERROR_DIALOG);
     exit;
   }