cli: fix "etc." typo (bgo #681173)

https://bugzilla.gnome.org/show_bug.cgi?id=681173
This commit is contained in:
Mick Boldon 2012-08-15 06:57:26 +01:00 committed by Jiří Klimeš
parent 585564b9f5
commit d8b2e8c64a

View file

@ -411,7 +411,7 @@ nmc_device_reason_to_string (NMDeviceStateReason reason)
return _("The device could not be readied for configuration");
case NM_DEVICE_STATE_REASON_IP_CONFIG_UNAVAILABLE:
return _("IP configuration could not be reserved (no available address, timeout, etc)");
return _("IP configuration could not be reserved (no available address, timeout, etc.)");
case NM_DEVICE_STATE_REASON_IP_CONFIG_EXPIRED:
return _("The IP configuration is no longer valid");