From d8b2e8c64a97f9a85ba6982272de13e8b2246db3 Mon Sep 17 00:00:00 2001 From: Mick Boldon Date: Wed, 15 Aug 2012 06:57:26 +0100 Subject: [PATCH] cli: fix "etc." typo (bgo #681173) https://bugzilla.gnome.org/show_bug.cgi?id=681173 --- cli/src/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/common.c b/cli/src/common.c index 0b8a4956ba..96ed2c565c 100644 --- a/cli/src/common.c +++ b/cli/src/common.c @@ -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");