mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
edce764686
commit
e5fd59feca
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue