# HG changeset patch # User Marcin Kuzminski # Date 2010-11-26 15:58:30 # Node ID 8226595268e6f028eaf9a6c53b1995b084f0cbef # Parent 16884b3e42cb43610616d18121b5354e477edaec fixed warning message 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: