summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-wired.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-core/nm-setting-wired.c')
-rw-r--r--libnm-core/nm-setting-wired.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-core/nm-setting-wired.c b/libnm-core/nm-setting-wired.c
index 5da9ce7d7f..5608fb103d 100644
--- a/libnm-core/nm-setting-wired.c
+++ b/libnm-core/nm-setting-wired.c
@@ -766,8 +766,8 @@ verify (NMSetting *setting, NMConnection *connection, GError **error)
|| ((!priv->speed) && (priv->duplex))) {
g_set_error_literal (error,
- NM_CONNECTION_ERROR,
- NM_CONNECTION_ERROR_INVALID_PROPERTY,
+ NM_CONNECTION_ERROR,
+ NM_CONNECTION_ERROR_INVALID_PROPERTY,
priv->auto_negotiate ?
_("both speed and duplex should have a valid value or both should be unset")
: _("both speed and duplex are required for static link configuration"));