[FIX] List view "Group" label should be translatable

lp bug: https://launchpad.net/bugs/943973 fixed

bzr revid: fme@openerp.com-20120305173419-ksme8ckweu98b82r
This commit is contained in:
Fabien Meghazi 2012-03-05 18:34:19 +01:00
parent 28f1ded961
commit 542948ee6a
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ openerp.web.ListView = openerp.web.View.extend( /** @lends openerp.web.ListView#
_(this.fields_view.arch.children).map(field_to_column));
if (grouped) {
this.columns.unshift({
id: '_group', tag: '', string: "Group", meta: true,
id: '_group', tag: '', string: _t("Group"), meta: true,
modifiers_for: function () { return {}; }
}, {
id: '_count', tag: '', string: '#', meta: true,