summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-bluetooth.c
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2011-02-18 11:23:21 -0600
committerDan Williams <dcbw@redhat.com>2011-02-18 11:23:21 -0600
commit65e6f272762a63c05858a32aa374fd0043d16560 (patch)
treee12ed553628c6f0d92b0b63e1d86e07315b8fe4f /libnm-util/nm-setting-bluetooth.c
parent1574112e62d20319775b6a25af1d9b8098c74c3e (diff)
downloadNetworkManager-65e6f272762a63c05858a32aa374fd0043d16560.tar.gz
libnm-util: fix description of bluetooth setting type property
DUN certainly is supported these days...
Diffstat (limited to 'libnm-util/nm-setting-bluetooth.c')
-rw-r--r--libnm-util/nm-setting-bluetooth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-util/nm-setting-bluetooth.c b/libnm-util/nm-setting-bluetooth.c
index 70840df90c..e3cebe2ee4 100644
--- a/libnm-util/nm-setting-bluetooth.c
+++ b/libnm-util/nm-setting-bluetooth.c
@@ -274,8 +274,8 @@ nm_setting_bluetooth_class_init (NMSettingBluetoothClass *setting_class)
g_param_spec_string (NM_SETTING_BLUETOOTH_TYPE,
"Connection type",
"Either '" NM_SETTING_BLUETOOTH_TYPE_DUN "' for "
- "Dial-Up Networking connections (not yet supported) "
- " or '" NM_SETTING_BLUETOOTH_TYPE_PANU "' for "
+ "Dial-Up Networking connections or "
+ "'" NM_SETTING_BLUETOOTH_TYPE_PANU "' for "
"Personal Area Networking connections.",
NULL,
G_PARAM_READWRITE | NM_SETTING_PARAM_SERIALIZE));