From: Soeren Apel Date: Tue, 26 Apr 2016 06:30:02 +0000 (+0200) Subject: Connect dialog: Make button caption more clear X-Git-Tag: pulseview-0.4.0~299 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=be7645e8d02d1865f9bc1a4a9bb397812ea3c380 Connect dialog: Make button caption more clear Users are expecting *any* device to be found when pressing the "Scan for Devices" button. As that is not what it's doing, we need to clarify what it does. --- diff --git a/pv/dialogs/connect.cpp b/pv/dialogs/connect.cpp index d2cb2a31..997234be 100644 --- a/pv/dialogs/connect.cpp +++ b/pv/dialogs/connect.cpp @@ -53,7 +53,7 @@ Connect::Connect(QWidget *parent, pv::DeviceManager &device_manager) : form_layout_(&form_), drivers_(&form_), serial_devices_(&form_), - scan_button_(tr("&Scan for Devices"), this), + scan_button_(tr("&Scan for devices using driver above"), this), device_list_(this), button_box_(QDialogButtonBox::Ok | QDialogButtonBox::Cancel, Qt::Horizontal, this)