Code

Updated smb alternative
[gosa.git] / gosa-core / include / class_config.inc
index 69ee3f9097b2c66d7504ff661bd6b6d905c0df9f..a1c386f8293c15a91ac8c13c16f90e63f4caeeea 100644 (file)
@@ -221,7 +221,7 @@ class config  {
     /* Check for connection */
     if (is_null($this->ldap) || (is_int($this->ldap) && $this->ldap == 0)){
       $smarty= get_smarty();
-      msg_dialog::display(_("LDAP error"), _("Can't bind to LDAP. Please contact the system administrator."), FATAL_ERROR_DIALOG);
+      msg_dialog::display(_("LDAP error"), _("Cannot bind to LDAP. Please contact the system administrator."), FATAL_ERROR_DIALOG);
       exit();
     }