##// END OF EJS Templates
fixed warning message
marcink -
r772:82265952 beta
parent child Browse files
Show More
@@ -87,7 +87,7 b' class LdapSettingsController(BaseControl'
87 87 except (DatabaseError,):
88 88 raise
89 89 except LdapImportError:
90 h.flash(_('Unable to activate ldap. The "ldap-python" library '
90 h.flash(_('Unable to activate ldap. The "python-ldap" library '
91 91 'is missing.'), category='warning')
92 92
93 93 except formencode.Invalid, errors:
General Comments 0
You need to be logged in to leave comments. Login now