diff --git a/rhodecode/controllers/admin/ldap_settings.py b/rhodecode/controllers/admin/ldap_settings.py --- a/rhodecode/controllers/admin/ldap_settings.py +++ b/rhodecode/controllers/admin/ldap_settings.py @@ -87,7 +87,7 @@ class LdapSettingsController(BaseControl except (DatabaseError,): raise except LdapImportError: - h.flash(_('Unable to activate ldap. The "ldap-python" library ' + h.flash(_('Unable to activate ldap. The "python-ldap" library ' 'is missing.'), category='warning') except formencode.Invalid, errors: