Use Settings and not Preferences for sound menu

To match the tool that it launches.
This commit is contained in:
William Jon McCann 2010-11-09 14:38:30 -05:00
parent e8917e2d6f
commit 63e89482fe

View File

@ -61,7 +61,7 @@ Indicator.prototype = {
this.menu.addMenuItem(this._inputSlider);
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'] });
p.run();
});