Browse Source

[FIX] display title

pull/1312/head
Guewen Baconnier 11 years ago
committed by Timon Tschanz
parent
commit
4de854268c
  1. 4
      web_translate_dialog/static/src/js/web_translate_dialog.js

4
web_translate_dialog/static/src/js/web_translate_dialog.js

@ -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;

Loading…
Cancel
Save