Skip to content

Commit 8219280

Browse files
authored
Merge 90f480f into bc3e97d
2 parents bc3e97d + 90f480f commit 8219280

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/winAPI/_powerTracking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def _getACStatusText(systemPowerStatus: SystemPowerStatus) -> str:
216216
# Translators: This is presented to inform the user of the current battery percentage.
217217
if systemPowerStatus.ACLineStatus & PowerState.AC_ONLINE:
218218
# Translators: Reported when the battery is plugged in, and now is charging.
219-
return _("Charging battery")
219+
return _("AC connected")
220220
else:
221221
# Translators: Reported when the battery is no longer plugged in, and now is not charging.
222222
return _("AC disconnected")

0 commit comments

Comments
 (0)