From f54ea27d97da3aae7e1dbea00c92ceb6a6d4198b Mon Sep 17 00:00:00 2001 From: Daniel Pavel Date: Thu, 8 Aug 2013 22:43:32 +0200 Subject: [PATCH] updated translator credits in about dialog --- lib/solaar/ui/about.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/solaar/ui/about.py b/lib/solaar/ui/about.py index efa73d6e..fc56a1c2 100644 --- a/lib/solaar/ui/about.py +++ b/lib/solaar/ui/about.py @@ -65,8 +65,10 @@ def _create(): logging.exception("failed to fully create the about dialog") about.set_translator_credits('\n'.join(( + 'Papoteur, David Geiger, Damien Lallement (français)', 'Adrian Piotrowicz (polski)', 'Daniel Pavel (română)', + 'Daniel Zippert, Emelie Snecker (svensk)', ))) about.set_website('http://pwr.github.io/Solaar/')