summaryrefslogtreecommitdiffstats
path: root/qt-ui/downloadfromdivecomputer.cpp
diff options
context:
space:
mode:
authorGravatar Tim Wootton <tim@tee-jay.org.uk>2015-09-04 23:25:35 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-09-05 07:42:57 -0700
commit6a468b4d397cbff4424b31ef3584ffb2f534a569 (patch)
tree345f9ec0ec0028af863b0696bda47ebeecf2ae1f /qt-ui/downloadfromdivecomputer.cpp
parent8f6702d0b3070d14b6c412cef95664105f72abba (diff)
downloadsubsurface-6a468b4d397cbff4424b31ef3584ffb2f534a569.tar.gz
More style and readability changes
Changes to capitalisation to comply with coding style Changes to make some blocks of english sound a bit better Signed-off-by: Tim Wootton <tim@tee-jay.org.uk> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.cpp')
-rw-r--r--qt-ui/downloadfromdivecomputer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/downloadfromdivecomputer.cpp b/qt-ui/downloadfromdivecomputer.cpp
index 063e2aa91..92f245506 100644
--- a/qt-ui/downloadfromdivecomputer.cpp
+++ b/qt-ui/downloadfromdivecomputer.cpp
@@ -101,7 +101,7 @@ DownloadFromDCWidget::DownloadFromDCWidget(QWidget *parent, Qt::WindowFlags f) :
ui.downloadCancelRetryButton->setText(tr("Download"));
#if defined(BT_SUPPORT)
- ui.bluetoothMode->setText(tr("Choose Bluetooth Download mode"));
+ ui.bluetoothMode->setText(tr("Choose Bluetooth download mode"));
btDeviceSelectionDialog = 0;
ui.chooseBluetoothDevice->setEnabled(ui.bluetoothMode->isChecked());
connect(ui.bluetoothMode, SIGNAL(stateChanged(int)), this, SLOT(enableBluetoothMode(int)));