mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
backgroundMenu: Rename "System Settings" to "Settings"
And reverse menu order in order to avoid it reading "Change Background… Settings" "System Settings" shouldn't be used because it's not used to mean the control-center in any other place. https://bugzilla.gnome.org/show_bug.cgi?id=694290
This commit is contained in:
parent
300c4d8432
commit
8640e18d1f
1 changed files with 2 additions and 2 deletions
|
|
@ -16,9 +16,9 @@ const BackgroundMenu = new Lang.Class({
|
|||
_init: function(source) {
|
||||
this.parent(source, 0, St.Side.TOP);
|
||||
|
||||
this.addSettingsAction(_("Change Background…"), 'gnome-background-panel.desktop');
|
||||
this.addSettingsAction(_("Settings"), 'gnome-control-center.desktop');
|
||||
this.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
|
||||
this.addSettingsAction(_("System Settings"), 'gnome-control-center.desktop');
|
||||
this.addSettingsAction(_("Change Background…"), 'gnome-background-panel.desktop');
|
||||
|
||||
this.actor.add_style_class_name('background-menu');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue