From 2a149851f2d86b31477ca6b82b02395a4a1a0393 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 19 May 2011 12:13:17 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@20885 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/html/index.php b/gosa-core/html/index.php index eae3f532d..577fc6e4b 100644 --- a/gosa-core/html/index.php +++ b/gosa-core/html/index.php @@ -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; } -- 2.30.2