summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-01-11 19:53:45 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-01-11 19:53:45 -0300
commitf57127cc0f40ad2c55367acd0451f4a1b54422d3 (patch)
treeab6e6c01680e9ca77912bf2a52665bd2bc4e369e
parentabce97feacaff96a6881746f038e82f3f35566a9 (diff)
downloadaskbot-f57127cc0f40ad2c55367acd0451f4a1b54422d3.tar.gz
askbot-f57127cc0f40ad2c55367acd0451f4a1b54422d3.tar.bz2
askbot-f57127cc0f40ad2c55367acd0451f4a1b54422d3.zip
removed words "askbot" from the messages in send_email_alerts
-rw-r--r--askbot/management/commands/send_email_alerts.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/askbot/management/commands/send_email_alerts.py b/askbot/management/commands/send_email_alerts.py
index c904cdde..a9d69678 100644
--- a/askbot/management/commands/send_email_alerts.py
+++ b/askbot/management/commands/send_email_alerts.py
@@ -452,7 +452,7 @@ class Command(NoArgsCommand):
# )
text += _(
- 'Please visit the askbot and see what\'s new! '
+ 'Please visit us and see what\'s new! '
'Could you spread the word about it - '
'can somebody you know help answering those questions or '
'benefit from posting one?'
@@ -465,12 +465,12 @@ class Command(NoArgsCommand):
text += _('Your most frequent subscription setting is \'daily\' '
'on selected questions. If you are receiving more than one '
'email per day'
- 'please tell about this issue to the askbot administrator.'
+ 'please tell about this issue to the site administrator.'
)
elif 'w' in feed_freq:
text += _('Your most frequent subscription setting is \'weekly\' '
'if you are receiving this email more than once a week '
- 'please report this issue to the askbot administrator.'
+ 'please report this issue to the site administrator.'
)
text += ' '
text += _(