summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorProf Gra <christophegragnic@gmail.com>2014-07-19 21:34:44 +0200
committerProf Gra <christophegragnic@gmail.com>2014-07-19 21:34:44 +0200
commit584a0506f24e044abd3735c823ba19787623f4c6 (patch)
tree888cb57162b6859e7bc52b9c13c02ec78520e3a7
parent416961f4d243ca0c827d956f8d31e1c66c97723e (diff)
downloadaskbot-584a0506f24e044abd3735c823ba19787623f4c6.tar.gz
askbot-584a0506f24e044abd3735c823ba19787623f4c6.tar.bz2
askbot-584a0506f24e044abd3735c823ba19787623f4c6.zip
Whitespace needed in sidebar_question msg string.
-rw-r--r--askbot/conf/sidebar_question.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/conf/sidebar_question.py b/askbot/conf/sidebar_question.py
index fbd6b19e..4bdedcee 100644
--- a/askbot/conf/sidebar_question.py
+++ b/askbot/conf/sidebar_question.py
@@ -76,7 +76,7 @@ settings.register(
description = _('Custom sidebar header'),
default = '',
help_text = _(
- 'Use this area to enter content at the TOP of the sidebar'
+ 'Use this area to enter content at the TOP of the sidebar '
'in HTML format. When using this option '
'(as well as the sidebar footer), please '
'use the HTML validation service to make sure that '