taskapp/utilities/notification.py
changeset 183 c088c79a225c
parent 167 b61e45074ba1
child 186 c083ebb6f8d7
--- a/taskapp/utilities/notification.py	Tue Mar 02 17:12:47 2010 +0530
+++ b/taskapp/utilities/notification.py	Tue Mar 02 21:44:51 2010 +0530
@@ -118,10 +118,10 @@
 
     elif role == "NU":
 
-        start_here_url = '<a href="/about/starthere/" taget="_blank">start here</a>'
+        start_here_url = '<a href="/about/starthere/" taget="_blank">click here</a>'
         notification.sub = "Welcome %s"%sent_to.username
         notification.message = "Welcome to PyTasks %s.<br />"%sent_to.username
-        notification.message += "If you are lost and have no clue, %s"%start_here_url
+        notification.message += "%s to know more."%start_here_url
 
     elif role in ["ND", "NG", "NA"]: