From 9495cc03c28f06d8cf6958247d45e030bf697287 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Sun, 25 Apr 2021 14:47:05 -0400 Subject: [PATCH] misc: update about window --- lib/solaar/ui/about.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/solaar/ui/about.py b/lib/solaar/ui/about.py index 0de5332d..c8854260 100644 --- a/lib/solaar/ui/about.py +++ b/lib/solaar/ui/about.py @@ -42,8 +42,9 @@ def _create(): about.set_copyright('© 2012-2021 Daniel Pavel and contributors to the Solaar project') about.set_license_type(Gtk.License.GPL_2_0) - about.set_authors(('Daniel Pavel http://github.com/pwr', 'Filipe Laíns', 'Peter F. Patel-Schneider')) + about.set_authors(('Daniel Pavel http://github.com/pwr', )) try: + about.add_credit_section(_('Additional Programming'), ('Filipe Laíns', 'Peter F. Patel-Schneider')) about.add_credit_section(_('GUI design'), ('Julien Gascard', 'Daniel Pavel')) about.add_credit_section( _('Testing'), (