[user prefs] use same title as the action for consistency stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 16 Sep 2011 17:10:33 +0200
branchstable
changeset 7805 7111bb64b58f
parent 7804 814fb7f379a3
child 7806 aa30c665bd06
[user prefs] use same title as the action for consistency
web/views/cwproperties.py
--- a/web/views/cwproperties.py	Fri Sep 16 14:43:41 2011 +0200
+++ b/web/views/cwproperties.py	Fri Sep 16 17:10:33 2011 +0200
@@ -248,7 +248,7 @@
         | (one_line_rset() & match_user_groups('managers') & is_instance('CWUser'))
         )
 
-    title = _('preferences')
+    title = _('user preferences')
 
     @property
     def user(self):