]> sigrok.org Git - pulseview.git/blobdiff - pv/dialogs/connect.cpp
Rename 'probe' to 'channel' (libsigrokdecode change).
[pulseview.git] / pv / dialogs / connect.cpp
index 611c9cc50d7f3fb10a81963f1a4138de06b9064b..d5ab9c4789f6dd9d79b4e601518bc9c4cd27bc44 100644 (file)
@@ -185,7 +185,7 @@ void Connect::scan_pressed()
                QString text = QString::fromUtf8(title.c_str());
 
                if (sdi->channels) {
-                       text += QString(" with %1 probes").arg(
+                       text += QString(" with %1 channels").arg(
                                g_slist_length(sdi->channels));
                }