summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorProf Gra <christophegragnic@gmail.com>2014-07-19 19:49:50 +0200
committerProf Gra <christophegragnic@gmail.com>2014-07-19 19:49:50 +0200
commit86c01ffe3751c90b2bd01d01ac544583ad4b422b (patch)
treed7c2abba49a6ef8395d14b80a0357a44d1680c5c
parent94e9de631d6a318db0065f481bbc79dec4fa9c58 (diff)
downloadaskbot-86c01ffe3751c90b2bd01d01ac544583ad4b422b.tar.gz
askbot-86c01ffe3751c90b2bd01d01ac544583ad4b422b.tar.bz2
askbot-86c01ffe3751c90b2bd01d01ac544583ad4b422b.zip
Rephrasing a msg string about OpenId
Not sure about the hidden meaning of this sentence!
-rw-r--r--askbot/conf/login_providers.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/askbot/conf/login_providers.py b/askbot/conf/login_providers.py
index beb56a72..f4a5a24d 100644
--- a/askbot/conf/login_providers.py
+++ b/askbot/conf/login_providers.py
@@ -113,7 +113,9 @@ settings.register(
'SIGNIN_CUSTOM_OPENID_ENDPOINT',
default='http://example.com',
description=_('Custom OpenID endpoint'),
- help_text=_('Important: with the "username" mode must have a %%(username)s placeholder e.g. http://example.com/%%(username)s/'),
+ help_text=_('Important: with the "username" mode there must be a '
+ '%%(username)s placeholder e.g. '
+ 'http://example.com/%%(username)s/'),
)
)