[gedit-plugins] Retrieve translation correctly from gettext



commit e6574d501cd9162e167f0b1aae957bdf37d2afe3
Author: Jordi Mas <jmas softcatala org>
Date:   Sat Mar 10 21:41:22 2018 +0100

    Retrieve translation correctly from gettext

 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 4ed869c..992d71f 100644
--- a/plugins/translate/translate/__init__.py
+++ b/plugins/translate/translate/__init__.py
@@ -70,7 +70,7 @@ class TranslateWindowActivatable(GObject.Object, Gedit.WindowActivatable, PeasGt
                                                    'window' : self.window})
 
         name = self._get_translation_service_name()
-        g_console.write(_('Translations powered by {0}'.format(name)))
+        g_console.write(_('Translations powered by {0}').format(name))
         bottom = self.window.get_bottom_panel()
         g_console.show_all()
         bottom.add_titled(g_console, "GeditTranslateConsolePanel", _('Translate Console'))


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