summaryrefslogtreecommitdiffstats
path: root/askbot/conf/ldap.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/conf/ldap.py')
-rw-r--r--askbot/conf/ldap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/conf/ldap.py b/askbot/conf/ldap.py
index 7d384516..0b50352d 100644
--- a/askbot/conf/ldap.py
+++ b/askbot/conf/ldap.py
@@ -83,7 +83,7 @@ settings.register(
default = '',
help_text = _(
'Usually base DN mirrors domain name of your organization, '
- 'e.g. "dn=example,dn=com" when your site url is "example.com".'
+ 'e.g. "dn=example,dn=com" when your site url is "example.com". '
'This value is the "root" address of your LDAP directory.'
)
)