mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 07:13:24 +00:00
Fix spelling error
Fix small spelling error in configure dive computer dialog. Signed-off-by: Joseph W. Joshua <joejoshw@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fdd152af71
commit
7f407095aa
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ void OstcFirmwareCheck::checkLatest(QWidget *_parent, device_data_t *data)
|
|||
.arg(firmware)
|
||||
.arg(latestFirmwareAvailable);
|
||||
if (strcmp(data->product, "OSTC Sport") == 0)
|
||||
message += tr("\n\nPlease start bluetooth on your OSTC Sport and do the same perparations as for a loogbook download before continuing with the update");
|
||||
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");
|
||||
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