dun_gw_bluez5: Fix copy-paste error
authorDenis Kenzior <denkenz@gmail.com>
Thu, 21 Mar 2013 15:15:16 +0000 (10:15 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 21 Mar 2013 15:15:16 +0000 (10:15 -0500)
plugins/dun_gw_bluez5.c

index 326ea9f..bd0d553 100644 (file)
@@ -86,7 +86,7 @@ static DBusMessage *profile_new_connection(DBusConnection *conn,
                close(fd);
                return g_dbus_create_error(msg, BLUEZ_ERROR_INTERFACE
                                                ".Rejected",
-                                               "No voice call capable modem");
+                                               "No GPRS capable modem");
        }
 
        DBG("Picked modem %p for emulator", modem);