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



commit fba1d059b9a9ed22b2bd80fc23aa48c1ed0d93cb
Author: William Jon McCann <jmccann redhat com>
Date:   Sat Oct 30 13:43:23 2010 -0400

    Use System Settings instead of Preferences in the user menu (again)
    
    This matches the terminology used in the result of the action.
    
    also see commit 4a316fbc66467304ec45641d6a8a4d109216f3b6

 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 5d12567..3f2029c 100644
--- a/js/ui/statusMenu.js
+++ b/js/ui/statusMenu.js
@@ -120,7 +120,7 @@ StatusMenuButton.prototype = {
         item.connect('activate', Lang.bind(this, this._onMyAccountActivate));
         this.menu.addMenuItem(item);
 
-        item = new PopupMenu.PopupMenuItem(_("System Preferences..."));
+        item = new PopupMenu.PopupMenuItem(_("System Settings..."));
         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]