From 69f909a9a16e55f17e4bb76324ce8b2f21670dac Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Tue, 25 Oct 2011 15:24:12 +0200 Subject: [PATCH] [REN] 'New' button of ListView to 'Create' bzr revid: xmo@openerp.com-20111025132412-4vx57uf1vipcyfkq --- addons/web/static/src/js/view_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/web/static/src/js/view_list.js b/addons/web/static/src/js/view_list.js index 32ed7cf0741..0db60c72c07 100644 --- a/addons/web/static/src/js/view_list.js +++ b/addons/web/static/src/js/view_list.js @@ -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,