[gnome-shell] Use Settings and not Preferences for sound menu



commit 63e89482fe8a4bc409a2991b73490a6dabd683fe
Author: William Jon McCann <jmccann redhat com>
Date:   Tue Nov 9 14:38:30 2010 -0500

    Use Settings and not Preferences for sound menu
    
    To match the tool that it launches.

 js/ui/status/volume.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/volume.js b/js/ui/status/volume.js
index 87e4bd1..09684e6 100644
--- a/js/ui/status/volume.js
+++ b/js/ui/status/volume.js
@@ -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();
         });



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