app/soc/logic/helper/notifications.py
changeset 784 23eaf3aa19b1
parent 759 ed7a7596033e
child 792 3cc6bea5c632
--- 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.