mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
powerProfiles: Rename "Power Profiles" to "Power Mode"
This changes renames the power profiles submenu title to "Power Mode", making it consistent with the toggle title. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2697>
This commit is contained in:
parent
bcd30b150c
commit
63d18f3ee9
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class PowerProfilesToggle extends QuickMenuToggle {
|
|||
|
||||
this._profileSection = new PopupMenu.PopupMenuSection();
|
||||
this.menu.addMenuItem(this._profileSection);
|
||||
this.menu.setHeader('power-profile-balanced-symbolic', _('Power Profiles'));
|
||||
this.menu.setHeader('power-profile-balanced-symbolic', _('Power Mode'));
|
||||
this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
|
||||
this.menu.addSettingsAction(_('Power Settings'),
|
||||
'gnome-power-panel.desktop');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue