summaryrefslogtreecommitdiffstats
path: root/qt-ui/configuredivecomputerdialog.cpp
diff options
context:
space:
mode:
authorGravatar Joseph W. Joshua <joejoshw@gmail.com>2015-01-04 23:42:21 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-04 17:51:52 -0800
commit7f407095aa9871c5e82afe412ed4bc52c08922a6 (patch)
treed4a0dbc58f5a4497e9cac2a2e369e0f9bb2854da /qt-ui/configuredivecomputerdialog.cpp
parentfdd152af7123f0eb70976b960a5a50053c81d70c (diff)
downloadsubsurface-7f407095aa9871c5e82afe412ed4bc52c08922a6.tar.gz
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>
Diffstat (limited to 'qt-ui/configuredivecomputerdialog.cpp')
-rw-r--r--qt-ui/configuredivecomputerdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/configuredivecomputerdialog.cpp b/qt-ui/configuredivecomputerdialog.cpp
index 25fe69b2d..a0dc43507 100644
--- a/qt-ui/configuredivecomputerdialog.cpp
+++ b/qt-ui/configuredivecomputerdialog.cpp
@@ -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);