diff options
author | Jiří Klimeš <jklimes@redhat.com> | 2015-11-16 13:47:05 +0100 |
---|---|---|
committer | Jiří Klimeš <jklimes@redhat.com> | 2015-11-16 14:29:14 +0100 |
commit | b92397f925b0a73fac57668e4ba1f9bdf0275b80 (patch) | |
tree | a2d2dc29506bc62992d0e01daf19db2a5b04e08e /libnm-util | |
parent | 32ea25eaf274c52163faec8212ed4b2a187d6a6e (diff) | |
download | NetworkManager-b92397f925b0a73fac57668e4ba1f9bdf0275b80.tar.gz |
all: fix typos in the code and update translations for that (bgo #758102)
Found by Anders Jonsson <anders.jonsson@norsjovallen.se>
https://bugzilla.gnome.org/show_bug.cgi?id=758102
Diffstat (limited to 'libnm-util')
-rw-r--r-- | libnm-util/nm-setting-cdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-util/nm-setting-cdma.c b/libnm-util/nm-setting-cdma.c index 38f0fedb08..1098165217 100644 --- a/libnm-util/nm-setting-cdma.c +++ b/libnm-util/nm-setting-cdma.c @@ -166,7 +166,7 @@ verify (NMSetting *setting, GSList *all_settings, GError **error) g_set_error_literal (error, NM_SETTING_CDMA_ERROR, NM_SETTING_CDMA_ERROR_INVALID_PROPERTY, - _("property is empty'")); + _("property is empty")); g_prefix_error (error, "%s.%s: ", NM_SETTING_CDMA_SETTING_NAME, NM_SETTING_CDMA_NUMBER); return FALSE; } |