power: Change "Balanced" power profile label

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4530#note_1241985
This commit is contained in:
Bastien Nocera 2021-08-05 15:24:58 +02:00
parent 8fb8a340bf
commit e4c496158e

View file

@ -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: