[FIX] Translatable view editor title.

bzr revid: vda@tinyerp.com-20111222123504-j8d64h37r0lds080
This commit is contained in:
Vaibhav (OpenERP) 2011-12-22 18:05:04 +05:30
parent 0cc2d915da
commit 18abd9d579
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ openerp.web.ViewEditor = openerp.web.Widget.extend({
}
};
this.view_edit_dialog = new openerp.web.Dialog(this, {
title: _.str.sprintf("Manage Views (%s)", this.model),
title: _t(_.str.sprintf("Manage Views (%s)", this.model)),
width: 850,
buttons: [
{text: _t("Create"), click: function() { self.on_create_view(); }},