Make string translatable

This commit is contained in:
Philipp Hörist 2018-02-16 21:36:24 +01:00
parent fc007fc68f
commit d0cdc06803
1 changed files with 1 additions and 1 deletions

View File

@ -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')