mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] display title
This commit is contained in:
@@ -32,10 +32,10 @@ openerp.web_translate_dialog = function (instance) {
|
||||
|
||||
instance.web_translate_dialog.TranslateDialog = instance.web.Dialog.extend({
|
||||
template: "TranslateDialog",
|
||||
dialog_title: {toString: function () { return _t("Translations"); }},
|
||||
init: function(parent, options, content) {
|
||||
this._super(parent,
|
||||
{width: '90%',
|
||||
{title: _t("Translations"),
|
||||
width: '90%',
|
||||
height: '80%'},
|
||||
content);
|
||||
this.view_language = this.session.user_context.lang;
|
||||
|
||||
Reference in New Issue
Block a user