From: cajus Date: Thu, 19 May 2011 12:13:17 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=sidebyside;h=2a149851f2d86b31477ca6b82b02395a4a1a0393;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@20885 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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; }