summaryrefslogtreecommitdiffstats
path: root/askbot/deps
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-18 13:52:35 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-18 13:52:35 -0400
commit316d58a3d2303833550e06b2d16f11563fbf511b (patch)
tree3a1ba884464ec34408f6c173c87b6d7e2545ecb8 /askbot/deps
parent44390ea008e225a33b3c15e90172d0c3e44efe7f (diff)
downloadaskbot-316d58a3d2303833550e06b2d16f11563fbf511b.tar.gz
askbot-316d58a3d2303833550e06b2d16f11563fbf511b.tar.bz2
askbot-316d58a3d2303833550e06b2d16f11563fbf511b.zip
fixed some messages for the translation
Diffstat (limited to 'askbot/deps')
-rw-r--r--askbot/deps/django_authopenid/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/deps/django_authopenid/views.py b/askbot/deps/django_authopenid/views.py
index 287902a1..bea67d2f 100644
--- a/askbot/deps/django_authopenid/views.py
+++ b/askbot/deps/django_authopenid/views.py
@@ -1324,7 +1324,7 @@ def account_recover(request):
#internal server view used as return value by other views
def validation_email_sent(request):
"""this function is called only if EMAIL_VALIDATION setting is
- set to True bolean value, basically dead now"""
+ set to True bolean value"""
assert(askbot_settings.EMAIL_VALIDATION == True)
logging.debug('')
data = {