mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-14 16:34:21 +09:00
Merge pull request #115 from terrycloth/documentation
Reword labels for the bottom buttons of the top bar menu
This commit is contained in:
@@ -468,14 +468,14 @@ var FreonMenuButton = new Lang.Class({
|
||||
this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
|
||||
|
||||
let wiki = new PopupMenu.PopupBaseMenuItem();
|
||||
wiki.actor.add(new St.Label({ text: _("GitHub / WiKi") }), { expand: true, x_fill: false });
|
||||
wiki.actor.add(new St.Label({ text: _("Go to the Freon wiki") }), { expand: true, x_fill: false });
|
||||
wiki.connect('activate', function () {
|
||||
Util.spawn(["xdg-open", "https://github.com/UshakovVasilii/gnome-shell-extension-freon/wiki"]);
|
||||
});
|
||||
this.menu.addMenuItem(wiki);
|
||||
|
||||
let settings = new PopupMenu.PopupBaseMenuItem();
|
||||
settings.actor.add(new St.Label({ text: _("Sensors Settings") }), { expand: true, x_fill: false });
|
||||
settings.actor.add(new St.Label({ text: _("Sensor Settings") }), { expand: true, x_fill: false });
|
||||
settings.connect('activate', function () {
|
||||
Util.spawn(["gnome-shell-extension-prefs", Me.metadata.uuid]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user