[baobab/wip/oholy/about-dialog: 2/2] window: Use Disk Usage Analyzer name in About dialog



commit aea9c75a40b8833c8cfe8d8e6c3215a469ffebb7
Author: Ondrej Holy <oholy redhat com>
Date:   Wed Jul 3 13:51:28 2019 +0200

    window: Use Disk Usage Analyzer name in About dialog
    
    Disk Usage Analyzer is used in the Desktop file, on the Webside and also in the
    AppData file, thus we should use it also in the About dialog as other projects
    do.
    
    This fixes the following downstream bug report:
    https://bugzilla.redhat.com/show_bug.cgi?id=1725154

 src/baobab-window.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/baobab-window.vala b/src/baobab-window.vala
index 8dc0c94..c021646 100644
--- a/src/baobab-window.vala
+++ b/src/baobab-window.vala
@@ -307,7 +307,7 @@ namespace Baobab {
                                      "Copyright \xc2\xa9 2011-2012 Ryan Lortie, Paolo Borelli, Stefano 
Facchini\n";
 
             Gtk.show_about_dialog (this,
-                                   "program-name", _("Baobab"),
+                                   "program-name", _("Disk Usage Analyzer"),
                                    "logo-icon-name", "org.gnome.baobab",
                                    "version", Config.VERSION,
                                    "comments", _("A graphical tool to analyze disk usage."),


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