Skip to content
Snippets Groups Projects
Commit a6429fed authored by Fabien Pinckaers's avatar Fabien Pinckaers
Browse files

typo

bzr revid: fp@tinyerp.com-20101017214926-4eu1qwd0aonstuoa
parent 2ff788bc
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ class users(osv.osv):
return True
_columns = {
'name': fields.char('Name', size=64, required=True, select=True,
'name': fields.char('User Name', size=64, required=True, select=True,
help="The new user's real name, used for searching"
" and most listings"),
'login': fields.char('Login', size=64, required=True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment