From 969ca599487f6ba43b5ec8788e2fc8bba13288b3 Mon Sep 17 00:00:00 2001 From: Daniel Pavel Date: Wed, 24 Jul 2013 11:39:45 +0200 Subject: [PATCH] translation credits: order languages alphabetically --- lib/solaar/ui/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/solaar/ui/about.py b/lib/solaar/ui/about.py index 422c29f2..efa73d6e 100644 --- a/lib/solaar/ui/about.py +++ b/lib/solaar/ui/about.py @@ -65,8 +65,8 @@ def _create(): logging.exception("failed to fully create the about dialog") about.set_translator_credits('\n'.join(( - 'Daniel Pavel (română)', 'Adrian Piotrowicz (polski)', + 'Daniel Pavel (română)', ))) about.set_website('http://pwr.github.io/Solaar/')