From d0cdc068032cf282dcd32f862e850e8cdc4218c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Fri, 16 Feb 2018 21:36:24 +0100 Subject: [PATCH] Make string translatable --- gajim/dialogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gajim/dialogs.py b/gajim/dialogs.py index e82e19069..e2350da56 100644 --- a/gajim/dialogs.py +++ b/gajim/dialogs.py @@ -1316,7 +1316,7 @@ class AboutDialog(Gtk.AboutDialog): thanks.append('') thanks.append(_('Last but not least')) thanks.append(_('we would like to thank all the package maintainers.')) - self.add_credit_section('Thanks', thanks) + self.add_credit_section(_('Thanks'), thanks) self.set_translator_credits(_('translator-credits')) self.set_logo_icon_name('org.gajim.Gajim')