From a8256961f6374fe2bdac92429e3c2ea4d29ec9c2 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 27 Oct 2011 11:24:15 -0500 Subject: [PATCH] trivial: fix GSM setting 'home-only' property nickname --- libnm-util/nm-setting-gsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-util/nm-setting-gsm.c b/libnm-util/nm-setting-gsm.c index 7033541bdf..80d3fd313c 100644 --- a/libnm-util/nm-setting-gsm.c +++ b/libnm-util/nm-setting-gsm.c @@ -768,7 +768,7 @@ nm_setting_gsm_class_init (NMSettingGsmClass *setting_class) g_object_class_install_property (object_class, PROP_HOME_ONLY, g_param_spec_boolean (NM_SETTING_GSM_HOME_ONLY, - "PIN", + "Home Only", "When TRUE, only connections to the home network will " "be allowed. Connections to roaming networks will " "not be made.",