From 9deb7d66aaf7c180632e316807feffece9a097b3 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Thu, 22 Apr 2021 09:06:21 -0400 Subject: [PATCH] misc: update about window --- lib/solaar/ui/about.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/solaar/ui/about.py b/lib/solaar/ui/about.py index 1a633417..0de5332d 100644 --- a/lib/solaar/ui/about.py +++ b/lib/solaar/ui/about.py @@ -36,14 +36,13 @@ def _create(): about.set_program_name(NAME) about.set_version(__version__) - about.set_comments(_('Shows status of devices connected\nthrough wireless Logitech receivers.')) - + about.set_comments(_('Manages Logitech receivers,\nkeyboards, mice, and tablets.')) about.set_logo_icon_name(NAME.lower()) 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', )) + about.set_authors(('Daniel Pavel http://github.com/pwr', 'Filipe Laíns', 'Peter F. Patel-Schneider')) try: about.add_credit_section(_('GUI design'), ('Julien Gascard', 'Daniel Pavel')) about.add_credit_section(