summaryrefslogtreecommitdiffstats
path: root/askbot/const
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-15 02:23:35 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-15 02:23:35 -0400
commit7ebc10362bf662489a0eba6105bd6d0d897d9541 (patch)
tree4116e216011e65dabf235a3a5bbd5de5765ffe4b /askbot/const
parent2ea1b1fcfa30d615054b407a4d38d053615a42e9 (diff)
downloadaskbot-7ebc10362bf662489a0eba6105bd6d0d897d9541.tar.gz
askbot-7ebc10362bf662489a0eba6105bd6d0d897d9541.tar.bz2
askbot-7ebc10362bf662489a0eba6105bd6d0d897d9541.zip
added frontent UI for the auto-tweeting setup in the user profile
Diffstat (limited to 'askbot/const')
-rw-r--r--askbot/const/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/const/__init__.py b/askbot/const/__init__.py
index 4168280d..262a01c4 100644
--- a/askbot/const/__init__.py
+++ b/askbot/const/__init__.py
@@ -27,8 +27,8 @@ SHARE_MY_POSTS = 1
SHARE_EVERYTHING = 2
SOCIAL_SHARING_MODE_CHOICES = (
(SHARE_NOTHING, _('disable sharing')),
- (SHARE_MY_POSTS, _('share my posts')),
- (SHARE_EVERYTHING, _('share all posts'))
+ (SHARE_MY_POSTS, _('my posts')),
+ (SHARE_EVERYTHING, _('all posts'))
)
TYPE_REPUTATION = (