diff options
author | Claudiu Olteanu <olteanu.claudiu@ymail.com> | 2015-09-02 22:52:54 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-09-02 15:52:39 -0700 |
commit | d1a4020ad53de6283e5978680dff3393a335c0bc (patch) | |
tree | 77cc0cbd0748918601b77150aa64d9c8ec6e2790 /qt-ui/downloadfromdivecomputer.cpp | |
parent | 06350022410f6a0a9c8a85f80f3b207b1a00fe46 (diff) | |
download | subsurface-d1a4020ad53de6283e5978680dff3393a335c0bc.tar.gz |
Translate strings for Bluetooth download mode
Signed-off-by: Claudiu Olteanu <olteanu.claudiu@ymail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.cpp')
-rw-r--r-- | qt-ui/downloadfromdivecomputer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/downloadfromdivecomputer.cpp b/qt-ui/downloadfromdivecomputer.cpp index 907a49af6..063e2aa91 100644 --- a/qt-ui/downloadfromdivecomputer.cpp +++ b/qt-ui/downloadfromdivecomputer.cpp @@ -101,6 +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")); btDeviceSelectionDialog = 0; ui.chooseBluetoothDevice->setEnabled(ui.bluetoothMode->isChecked()); connect(ui.bluetoothMode, SIGNAL(stateChanged(int)), this, SLOT(enableBluetoothMode(int))); |