diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2015-02-23 21:37:01 -0500 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2015-02-23 21:37:01 -0500 |
commit | d77f8f4d02a15128038694fd2a1528f2f281d649 (patch) | |
tree | ecf5f3b39e726756b75ec559cf63700d1e1278da /wallace/module_invitationpolicy.py | |
parent | ff67debc5f404400a79e8f55f563a1ca5b57cafd (diff) | |
download | pykolab-d77f8f4d02a15128038694fd2a1528f2f281d649.tar.gz |
Minor improvement in notification message text (newlines)
Diffstat (limited to 'wallace/module_invitationpolicy.py')
-rw-r--r-- | wallace/module_invitationpolicy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wallace/module_invitationpolicy.py b/wallace/module_invitationpolicy.py index 17d1168..6ac5389 100644 --- a/wallace/module_invitationpolicy.py +++ b/wallace/module_invitationpolicy.py @@ -1148,7 +1148,7 @@ def send_update_notification(object, receiving_user, old=None, reply=True): } if object.get_recurrence_id(): - message_text += "\n" + _("NOTE: This update only refers to this single occurrence!") + message_text += _("NOTE: This update only refers to this single occurrence!") + "\n" message_text += "\n" + _("*** This is an automated message. Please do not reply. ***") |