summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2011-01-15 21:22:56 +0530
committerMadhusudan.C.S2011-01-15 21:22:56 +0530
commit0e0ae8b1ea1ba709cae9e3e3e16dad39e4470f77 (patch)
tree5a77d543733a06a0239b3704bc91699816e0e858
parent2b20456fc39ca5877842ba0b3cf86134a4c21e9f (diff)
downloadpytask-0e0ae8b1ea1ba709cae9e3e3e16dad39e4470f77.tar.gz
pytask-0e0ae8b1ea1ba709cae9e3e3e16dad39e4470f77.tar.bz2
pytask-0e0ae8b1ea1ba709cae9e3e3e16dad39e4470f77.zip
Capitalize the name Notifications.
-rw-r--r--pytask/profile/templatetags/user_tags.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytask/profile/templatetags/user_tags.py b/pytask/profile/templatetags/user_tags.py
index e03aa09..6c09c53 100644
--- a/pytask/profile/templatetags/user_tags.py
+++ b/pytask/profile/templatetags/user_tags.py
@@ -8,5 +8,5 @@ def notf_dsp(user):
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'