[gedit-plugins/translate] Fix window name + string localizable



commit 9a1f04ad7b712106bf4b30bdea4fdadd8ad3cb38
Author: Jordi Mas <jmas softcatala org>
Date:   Wed Jul 12 21:44:42 2017 +0200

    Fix window name + string localizable

 plugins/translate/translate/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/translate/translate/__init__.py b/plugins/translate/translate/__init__.py
index e6a84e3..a8d10c2 100644
--- a/plugins/translate/translate/__init__.py
+++ b/plugins/translate/translate/__init__.py
@@ -68,7 +68,7 @@ class TranslateWindowActivatable(GObject.Object, Gedit.WindowActivatable, PeasGt
         g_console.write(_('Welcome!'))
         bottom = self.window.get_bottom_panel()
         g_console.show_all()
-        bottom.add_titled(g_console, "GeditPythonConsolePanel", 'Translate Console')
+        bottom.add_titled(g_console, "GeditTranslateConsolePanel", _('Translate Console'))
      
     def do_deactivate(self):
         self.window.remove_action("translate")


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]