Use Settings and not Preferences for sound menu
To match the tool that it launches.
This commit is contained in:
parent
e8917e2d6f
commit
63e89482fe
@ -61,7 +61,7 @@ Indicator.prototype = {
|
|||||||
this.menu.addMenuItem(this._inputSlider);
|
this.menu.addMenuItem(this._inputSlider);
|
||||||
|
|
||||||
this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
|
this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
|
||||||
this.menu.addAction(_("Sound Preferences"), function() {
|
this.menu.addAction(_("Sound Settings"), function() {
|
||||||
let p = new Shell.Process({ args: ['gnome-control-center', 'sound'] });
|
let p = new Shell.Process({ args: ['gnome-control-center', 'sound'] });
|
||||||
p.run();
|
p.run();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user