We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc3e97d + 90f480f commit 8219280Copy full SHA for 8219280
1 file changed
source/winAPI/_powerTracking.py
@@ -216,7 +216,7 @@ def _getACStatusText(systemPowerStatus: SystemPowerStatus) -> str:
216
# Translators: This is presented to inform the user of the current battery percentage.
217
if systemPowerStatus.ACLineStatus & PowerState.AC_ONLINE:
218
# Translators: Reported when the battery is plugged in, and now is charging.
219
- return _("Charging battery")
+ return _("AC connected")
220
else:
221
# Translators: Reported when the battery is no longer plugged in, and now is not charging.
222
return _("AC disconnected")
0 commit comments