misc: update about window

This commit is contained in:
Peter F. Patel-Schneider 2021-04-22 09:06:21 -04:00
parent c67bd32522
commit 9deb7d66aa
1 changed files with 2 additions and 3 deletions

View File

@ -36,14 +36,13 @@ def _create():
about.set_program_name(NAME) about.set_program_name(NAME)
about.set_version(__version__) 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_logo_icon_name(NAME.lower())
about.set_copyright('© 2012-2021 Daniel Pavel and contributors to the Solaar project') about.set_copyright('© 2012-2021 Daniel Pavel and contributors to the Solaar project')
about.set_license_type(Gtk.License.GPL_2_0) 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: try:
about.add_credit_section(_('GUI design'), ('Julien Gascard', 'Daniel Pavel')) about.add_credit_section(_('GUI design'), ('Julien Gascard', 'Daniel Pavel'))
about.add_credit_section( about.add_credit_section(