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:
Florian Müllner 2021-08-06 21:04:24 +02:00 committed by Bastien Nocera
parent d28ed122a8
commit 19fc6ef5dd

View File

@ -16,9 +16,9 @@ const PowerProfilesIface = loadInterfaceXML('net.hadess.PowerProfiles');
const PowerProfilesProxy = Gio.DBusProxy.makeProxyWrapper(PowerProfilesIface);
const PROFILE_LABELS = {
'performance': _('Performance Mode'),
'balanced': _('Balanced Power'),
'power-saver': _('Power Saver'),
'performance': C_('Power profile', 'Performance'),
'balanced': C_('Power profile', 'Balanced'),
'power-saver': C_('Power profile', 'Power Saver'),
};
const PROFILE_ICONS = {
'performance': 'power-profile-performance-symbolic',