summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-ethernet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/nm-device-ethernet.c')
-rw-r--r--src/devices/nm-device-ethernet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/nm-device-ethernet.c b/src/devices/nm-device-ethernet.c
index 56dc7f43ce..5bc37b3868 100644
--- a/src/devices/nm-device-ethernet.c
+++ b/src/devices/nm-device-ethernet.c
@@ -1397,7 +1397,7 @@ complete_connection (NMDevice *device,
s_pppoe ? NM_SETTING_PPPOE_SETTING_NAME : NM_SETTING_WIRED_SETTING_NAME,
existing_connections,
NULL,
- s_pppoe ? _("PPPoE connection") : _("Wired connection"),
+ s_pppoe ? "PPPoE connection" : "Wired connection",
NULL,
s_pppoe ? FALSE : TRUE); /* No IPv6 by default yet for PPPoE */
@@ -1416,7 +1416,7 @@ complete_connection (NMDevice *device,
g_set_error_literal (error,
NM_CONNECTION_ERROR,
NM_CONNECTION_ERROR_INVALID_PROPERTY,
- _("connection does not match device"));
+ "connection does not match device");
g_prefix_error (error, "%s.%s: ", NM_SETTING_WIRED_SETTING_NAME, NM_SETTING_WIRED_MAC_ADDRESS);
return FALSE;
}