summaryrefslogtreecommitdiff
path: root/src/NetworkManagerUtils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/NetworkManagerUtils.c')
-rw-r--r--src/NetworkManagerUtils.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/NetworkManagerUtils.c b/src/NetworkManagerUtils.c
index b208ffc65f..85596f2f1b 100644
--- a/src/NetworkManagerUtils.c
+++ b/src/NetworkManagerUtils.c
@@ -110,11 +110,7 @@ get_new_connection_name (NMConnection *const*existing_connections,
for (i = 1; TRUE; i++) {
char *temp;
- /* TRANSLATORS: the first %s is a prefix for the connection id, such
- * as "Wired Connection" or "VPN Connection". The %d is a number
- * that is combined with the first argument to create a unique
- * connection id. */
- temp = g_strdup_printf (C_("connection id fallback", "%s %u"),
+ temp = g_strdup_printf ("%s %u",
fallback_prefix, i);
if (nm_utils_strv_find_first ((char **) existing_names,