--- a/app/soc/logic/helper/notifications.py Thu Jan 08 20:09:24 2009 +0000
+++ b/app/soc/logic/helper/notifications.py Thu Jan 08 20:27:21 2009 +0000
@@ -22,8 +22,8 @@
]
+import os
import time
-import os
from google.appengine.api import users
@@ -39,12 +39,12 @@
DEF_NEW_NOTIFICATION_MSG = ugettext_lazy(
- "You have received a new Notification")
+ "You have received a new Notification.")
DEF_INVITATION_MSG_FMT = ugettext_lazy(
- "Invitation to become a %(role)s for %(group)s")
+ "Invitation to become a %(role)s for %(group)s.")
-DEF_WELCOME_MSG_FMT = ugettext_lazy("Welcome to Melange %(name)s")
+DEF_WELCOME_MSG_FMT = ugettext_lazy("Welcome to Melange %(name)s,")
def sendInviteNotification(entity):
"""Sends out an invite notification to the user the request is for.