[polari] app: Use a custom label for the website link



commit bf06f1b50e148e789ccaa8cd342ddd6beec9dde8
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Sep 16 20:17:10 2015 +0200

    app: Use a custom label for the website link
    
    The default is a bit dull, use something more descriptive and nicer.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755970

 src/application.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 074ebdd..ba0fcf3 100644
--- a/src/application.js
+++ b/src/application.js
@@ -454,6 +454,7 @@ const Application = new Lang.Class({
             license_type: Gtk.License.GPL_2_0,
             logo_icon_name: 'polari',
             version: pkg.version,
+            website_label: _("Learn more about Polari"),
             website: 'https://wiki.gnome.org/Apps/Polari',
 
             transient_for: this._window.window,


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