cli: add NM_ACTIVE_CONNECTION_STATE_DEACTIVATED state-to-string translation

This commit is contained in:
Jiří Klimeš
2013-02-11 13:00:02 +01:00
parent d9c1fb176d
commit 17aff29082

View File

@@ -464,6 +464,8 @@ active_connection_state_to_string (NMActiveConnectionState state)
return _("activated");
case NM_ACTIVE_CONNECTION_STATE_DEACTIVATING:
return _("deactivating");
case NM_ACTIVE_CONNECTION_STATE_DEACTIVATED:
return _("deactivated");
case NM_ACTIVE_CONNECTION_STATE_UNKNOWN:
default:
return _("unknown");