Wording nitpick fix
authorSverre Rabbelier <srabbelier@gmail.com>
Thu, 19 Feb 2009 20:49:27 +0000
changeset 1401 6d9f134ac531
parent 1400 842958b8a55d
child 1402 e699ea116b32
Wording nitpick fix Patch by: Sverre Rabbelier
app/soc/views/models/user_self.py
--- a/app/soc/views/models/user_self.py	Thu Feb 19 20:44:37 2009 +0000
+++ b/app/soc/views/models/user_self.py	Thu Feb 19 20:49:27 2009 +0000
@@ -55,7 +55,7 @@
   """Views for User own profiles.
   """
 
-  DEF_ROLE_LIST_MSG_FMT = ugettext("An overview of your roles as %(name)s.")
+  DEF_ROLE_LIST_MSG_FMT = ugettext("Your roles as %(name)s.")
 
   def __init__(self, params=None):
     """Defines the fields and methods required for the base View class