updated translator credits in about dialog

This commit is contained in:
Daniel Pavel 2013-08-08 22:43:32 +02:00
parent db48fe1b40
commit f54ea27d97
1 changed files with 2 additions and 0 deletions

View File

@ -65,8 +65,10 @@ def _create():
logging.exception("failed to fully create the about dialog") logging.exception("failed to fully create the about dialog")
about.set_translator_credits('\n'.join(( about.set_translator_credits('\n'.join((
'Papoteur, David Geiger, Damien Lallement (français)',
'Adrian Piotrowicz (polski)', 'Adrian Piotrowicz (polski)',
'Daniel Pavel (română)', 'Daniel Pavel (română)',
'Daniel Zippert, Emelie Snecker (svensk)',
))) )))
about.set_website('http://pwr.github.io/Solaar/') about.set_website('http://pwr.github.io/Solaar/')