summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
Diffstat (limited to 'clients')
-rw-r--r--clients/cli/devices.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/cli/devices.c b/clients/cli/devices.c
index 6ca5f9b2b3..4a56799d48 100644
--- a/clients/cli/devices.c
+++ b/clients/cli/devices.c
@@ -624,7 +624,7 @@ get_device (NmCli *nmc, int *argc, char ***argv, GError **error)
if (!ifname_ask) {
g_set_error_literal (error, NMCLI_ERROR, NMC_RESULT_ERROR_USER_INPUT,
- _("No interface specified."));
+ _("No interface specified"));
return NULL;
}
} else {
@@ -643,7 +643,7 @@ get_device (NmCli *nmc, int *argc, char ***argv, GError **error)
if (devices[i] == NULL) {
g_set_error (error, NMCLI_ERROR, NMC_RESULT_ERROR_NOT_FOUND,
- _("Device '%s' not found."), ifname);
+ _("Device '%s' not found"), ifname);
}
return devices[i];