mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-04-21 22:50:51 +02:00
Correct a description string from one of the new enums
This commit is contained in:
parent
a37bfc1756
commit
4f088d44d6
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ dkp_device_state_to_text (DkpDeviceState state_enum)
|
|||
state = "fully-charged";
|
||||
break;
|
||||
case DKP_DEVICE_STATE_PENDING_CHARGE:
|
||||
state = "pending-charged";
|
||||
state = "pending-charge";
|
||||
break;
|
||||
case DKP_DEVICE_STATE_PENDING_DISCHARGE:
|
||||
state = "pending-discharge";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue