Correct a description string from one of the new enums

This commit is contained in:
Richard Hughes 2009-07-13 12:32:03 +01:00
parent a37bfc1756
commit 4f088d44d6

View file

@ -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";