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:
parent
8a7c1eebc0
commit
4a316fbc66
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user