# HG changeset patch # User Sylvain Thénault # Date 1316185833 -7200 # Node ID 7111bb64b58f2167c3da42bc00c781d451c6a1db # Parent 814fb7f379a3de0b0aa119677053d891b57c1bdf [user prefs] use same title as the action for consistency diff -r 814fb7f379a3 -r 7111bb64b58f 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):