[polari] app: Remove comment from About window



commit 1df3a1124f3d1d7e2dfc9361585939639d9ed0bb
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Jul 9 20:09:02 2022 +0200

    app: Remove comment from About window
    
    In the old dialog, the `comments` property is used as a tagline.
    
    The new UI uses it for actual (possibly long) comments that are
    provided as additional details. We don't really have that, so
    stop setting it.
    
    Part-of: <https://gitlab.gnome.org/GNOME/polari/-/merge_requests/256>

 src/application.js | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/application.js b/src/application.js
index 39cda97a..776b2e04 100644
--- a/src/application.js
+++ b/src/application.js
@@ -855,7 +855,6 @@ class Application extends Adw.Application {
                 'Allan Day <allanpday gmail com>',
             ],
             translator_credits: _('translator-credits'),
-            comments: _('An Internet Relay Chat Client for GNOME'),
             copyright: 'Copyright © 2013-2018 The Polari authors',
             license_type: Gtk.License.GPL_2_0,
             application_icon: 'org.gnome.Polari',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]