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
This commit is contained in:
parent
8f307c858c
commit
d5f1cd667b
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user