power: Change "Balanced" power profile label
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4530#note_1241985
This commit is contained in:
parent
8fb8a340bf
commit
e4c496158e
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ cc_power_profile_row_new (CcPowerProfile power_profile)
|
||||||
subtext = _("High performance and power usage.");
|
subtext = _("High performance and power usage.");
|
||||||
break;
|
break;
|
||||||
case CC_POWER_PROFILE_BALANCED:
|
case CC_POWER_PROFILE_BALANCED:
|
||||||
text = _("Balanced Power");
|
text = _("Balanced");
|
||||||
subtext = _("Standard performance and power usage.");
|
subtext = _("Standard performance and power usage.");
|
||||||
break;
|
break;
|
||||||
case CC_POWER_PROFILE_POWER_SAVER:
|
case CC_POWER_PROFILE_POWER_SAVER:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue