diff options
-rw-r--r-- | askbot/skins/default/templates/email/ask_for_signature.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/askbot/skins/default/templates/email/ask_for_signature.html b/askbot/skins/default/templates/email/ask_for_signature.html index cafeee2b..93e2fa4b 100644 --- a/askbot/skins/default/templates/email/ask_for_signature.html +++ b/askbot/skins/default/templates/email/ask_for_signature.html @@ -4,6 +4,7 @@ </p> <p> {% trans %}Your post could not be published, because we could not detect signature in your email.{% endtrans %}<br/> + {% trans %}This happened either because this is your first post or you have changed your email signature.{% endtrans %}<br/> {% trans %}Please make a simple response, without editing this message.{% endtrans %}<br/> {% trans %}We will then attempt to detect the signature in your response and you should be able to post.{% endtrans %} </p> |