[gnome-shell] Use System Settings instead of Preferences in the user menu



commit 4a316fbc66467304ec45641d6a8a4d109216f3b6
Author: William Jon McCann <jmccann redhat com>
Date:   Sat Oct 2 16:42:06 2010 -0400

    Use System Settings instead of Preferences in the user menu
    
    This matches the terminology used in the result of the action.

 js/ui/statusMenu.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/statusMenu.js b/js/ui/statusMenu.js
index 5eb4b38..8de3b65 100644
--- a/js/ui/statusMenu.js
+++ b/js/ui/statusMenu.js
@@ -107,7 +107,7 @@ StatusMenuButton.prototype = {
         item.connect('activate', Lang.bind(this, this._onAccountInformationActivate));
         this.menu.addMenuItem(item);
 
-        item = new PopupMenu.PopupImageMenuItem(_("System Preferences..."), 'preferences-desktop');
+        item = new PopupMenu.PopupImageMenuItem(_("System Settings..."), 'preferences-desktop');
         item.connect('activate', Lang.bind(this, this._onPreferencesActivate));
         this.menu.addMenuItem(item);
 



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