pytask/profile/templatetags/user_tags.py
changeset 419 0bf7c07ef922
parent 307 c6bca38c1cbf
--- a/pytask/profile/templatetags/user_tags.py	Sat Jan 15 21:22:35 2011 +0530
+++ b/pytask/profile/templatetags/user_tags.py	Sat Jan 15 21:22:56 2011 +0530
@@ -8,5 +8,5 @@
     notf_cnt = user.notification_sent_to.filter(is_deleted=False,
                                                 is_read=False).count()
 
-    return u'notifications(%s)'%notf_cnt if notf_cnt else u'notifications'
+    return u'Notifications(%s)'%notf_cnt if notf_cnt else u'Notifications'