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 4a316fbc66
This commit is contained in:
William Jon McCann 2010-10-30 13:43:23 -04:00 committed by Owen W. Taylor
parent 8f307c858c
commit d5f1cd667b

View File

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