powerProfiles: Tweak profile names
After some more discussion, we settled on slightly different profile names. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4530 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1939>
This commit is contained in:
parent
d28ed122a8
commit
19fc6ef5dd
@ -16,9 +16,9 @@ const PowerProfilesIface = loadInterfaceXML('net.hadess.PowerProfiles');
|
|||||||
const PowerProfilesProxy = Gio.DBusProxy.makeProxyWrapper(PowerProfilesIface);
|
const PowerProfilesProxy = Gio.DBusProxy.makeProxyWrapper(PowerProfilesIface);
|
||||||
|
|
||||||
const PROFILE_LABELS = {
|
const PROFILE_LABELS = {
|
||||||
'performance': _('Performance Mode'),
|
'performance': C_('Power profile', 'Performance'),
|
||||||
'balanced': _('Balanced Power'),
|
'balanced': C_('Power profile', 'Balanced'),
|
||||||
'power-saver': _('Power Saver'),
|
'power-saver': C_('Power profile', 'Power Saver'),
|
||||||
};
|
};
|
||||||
const PROFILE_ICONS = {
|
const PROFILE_ICONS = {
|
||||||
'performance': 'power-profile-performance-symbolic',
|
'performance': 'power-profile-performance-symbolic',
|
||||||
|
Loading…
Reference in New Issue
Block a user