Use System Settings instead of Preferences in the user menu

This matches the terminology used in the result of the action.
This commit is contained in:
William Jon McCann 2010-10-02 16:42:06 -04:00
parent 8a7c1eebc0
commit 4a316fbc66

View File

@ -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);