Fix ambiguous "Current" label in energy information
ClosedPublic

Authored by aloisw on Jul 27 2019, 5:11 PM.

Details

Summary

Replace the label text with "Current energy", to prevent confusion with electric current.

BUG: 410033

Diff Detail

Repository
R102 KInfoCenter
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
aloisw created this revision.Jul 27 2019, 5:11 PM
Restricted Application added a project: Plasma. · View Herald TranscriptJul 27 2019, 5:11 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
aloisw requested review of this revision.Jul 27 2019, 5:11 PM
ngraham added a subscriber: ngraham.

Thanks for the patch! And nice job using arc to submit it.

Modules/energy/package/contents/ui/main.qml
66

How about "Remaining power" ?

aloisw added inline comments.Jul 27 2019, 6:21 PM
Modules/energy/package/contents/ui/main.qml
66

With "power" I would associate the consumption. What about "Remaining energy"?

ngraham added inline comments.Jul 27 2019, 8:11 PM
Modules/energy/package/contents/ui/main.qml
66

That's fine too, but in this context, the words "power" and "energy" mean pretty much the same things in English, and you can always add a note for translators using i18nc()

FYI, in Russian we translate this as "Current charge" ("Текущий заряд"), where "заряд/charge" might also be confused with electic charge measured in coulomb or statC, but

  • the user-visible unit Wh disambiguates,
  • I believe, most people forget about coulombs soon after they graduate high school, and then they commonly interpret "заряд/charge" as the level of charge of a battery.
aloisw updated this revision to Diff 62669.Jul 28 2019, 8:48 AM

Fix ambiguous "Current" label in energy information
Replace the label text with "Remaining energy", to prevent confusion with electric current.

After some thinking, I have come to the conclusion that "Remaining energy" is probably the best variant, as it is both correct and non-ambiguous. When talking about the charge of a battery, usually one thinks of a percentage.

filipf accepted this revision.Jul 29 2019, 10:42 PM
This revision is now accepted and ready to land.Jul 29 2019, 10:42 PM
ngraham accepted this revision.Aug 1 2019, 8:54 PM
This revision was automatically updated to reflect the committed changes.