[REN] 'New' button of ListView to 'Create'
authorXavier Morel <xmo@openerp.com>
Tue, 25 Oct 2011 13:24:12 +0000 (15:24 +0200)
committerXavier Morel <xmo@openerp.com>
Tue, 25 Oct 2011 13:24:12 +0000 (15:24 +0200)
bzr revid: xmo@openerp.com-20111025132412-4vx57uf1vipcyfkq

addons/web/static/src/js/view_list.js

index 32ed7cf..0db60c7 100644 (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,