[REN] 'New' button of ListView to 'Create'

bzr revid: xmo@openerp.com-20111025132412-4vx57uf1vipcyfkq
This commit is contained in:
Xavier Morel 2011-10-25 15:24:12 +02:00
parent 7451d66e4b
commit 69f909a9a1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ openerp.web.ListView = openerp.web.View.extend( /** @lends openerp.web.ListView#
// whether the column headers should be displayed
'header': true,
// display addition button, with that label
'addable': _t("New"),
'addable': _t("Create"),
// whether the list view can be sorted, note that once a view has been
// sorted it can not be reordered anymore
'sortable': true,