summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/configuredivecomputerdialog.cpp
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2016-12-28 20:56:14 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-12-28 22:40:18 -0800
commite5fd59feca0ec3161d38f89dd5caaaaeee40f5e9 (patch)
treef84f304bce60895999fc769341731b9687b28158 /desktop-widgets/configuredivecomputerdialog.cpp
parentedce76468682539361af8c08588637cad93d9389 (diff)
downloadsubsurface-e5fd59feca0ec3161d38f89dd5caaaaeee40f5e9.tar.gz
Notify all OSTC users about bluetooth prep
Use more general wording about bluetooth preparations, because nowadays there are more computers than the Ostc Sport which use bluetooth. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/configuredivecomputerdialog.cpp')
-rw-r--r--desktop-widgets/configuredivecomputerdialog.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop-widgets/configuredivecomputerdialog.cpp b/desktop-widgets/configuredivecomputerdialog.cpp
index 27e385df1..9ee8a0b5b 100644
--- a/desktop-widgets/configuredivecomputerdialog.cpp
+++ b/desktop-widgets/configuredivecomputerdialog.cpp
@@ -271,8 +271,7 @@ void OstcFirmwareCheck::checkLatest(QWidget *_parent, device_data_t *data)
QString message = tr("You should update the firmware on your dive computer: you have version %1 but the latest stable version is %2")
.arg(firmwareOnDeviceString)
.arg(latestFirmwareAvailable);
- if (strcmp(data->product, "OSTC Sport") == 0)
- message += tr("\n\nPlease start Bluetooth on your OSTC Sport and do the same preparations as for a logbook download before continuing with the update");
+ message += tr("\n\nIf your device uses Bluetooth, do the same preparations as for a logbook download before continuing with the update");
response.addButton(tr("Not now"), QMessageBox::RejectRole);
response.addButton(tr("Update firmware"), QMessageBox::AcceptRole);
response.setText(message);