From 25114a4e847614382b5dc41a4c90ce52a2bba086 Mon Sep 17 00:00:00 2001 From: Tim Wootton Date: Fri, 11 Jul 2014 00:06:50 +0100 Subject: preferences capitalisation consistency Signed-off-by: Tim Wootton Signed-off-by: Dirk Hohndel --- qt-ui/preferences.cpp | 4 +-- qt-ui/preferences.ui | 82 +++++++++++++++++++++++++-------------------------- 2 files changed, 43 insertions(+), 43 deletions(-) (limited to 'qt-ui') diff --git a/qt-ui/preferences.cpp b/qt-ui/preferences.cpp index ef37c10c1..cb24ec33a 100644 --- a/qt-ui/preferences.cpp +++ b/qt-ui/preferences.cpp @@ -378,7 +378,7 @@ void PreferencesDialog::buttonClicked(QAbstractButton *button) void PreferencesDialog::on_chooseFile_clicked() { QFileInfo fi(system_default_filename()); - QString choosenFileName = QFileDialog::getOpenFileName(this, tr("Open Default Log File"), fi.absolutePath(), tr("Subsurface XML files (*.ssrf *.xml *.XML)")); + QString choosenFileName = QFileDialog::getOpenFileName(this, tr("Open default log file"), fi.absolutePath(), tr("Subsurface XML files (*.ssrf *.xml *.XML)")); if (!choosenFileName.isEmpty()) ui.defaultfilename->setText(choosenFileName); @@ -392,7 +392,7 @@ void PreferencesDialog::on_resetSettings_clicked() response.setStandardButtons(QMessageBox::Ok | QMessageBox::Cancel); response.setDefaultButton(QMessageBox::Cancel); response.setWindowTitle(tr("Warning")); - response.setText(tr("If you click OK, all settings of Subsurface are reset to their default values. This will be applied immediately.")); + response.setText(tr("If you click OK, all settings of Subsurface will be reset to their default values. This will be applied immediately.")); response.setWindowModality(Qt::WindowModal); int result = response.exec(); diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui index 2fdddf6e0..ea0458057 100644 --- a/qt-ui/preferences.ui +++ b/qt-ui/preferences.ui @@ -148,7 +148,7 @@ - Lists and Tables + Lists and tables @@ -183,7 +183,7 @@ - Default Dive file + Default dive log file @@ -204,7 +204,7 @@ - Display Invalid + Display invalid @@ -221,13 +221,13 @@ - Default Cylinder + Default cylinder - Use Default Cylinder + Use default cylinder @@ -277,13 +277,13 @@ - Subsurface Webservice + Subsurface web service - Default User ID + Default user ID @@ -293,7 +293,7 @@ - Save User ID locally? + Save user ID locally? @@ -535,7 +535,7 @@ - Ascent/Descent speed denominator + Ascent/descent speed denominator @@ -595,7 +595,7 @@ true - threshold when showing pO₂ + Threshold when showing pO₂ @@ -616,7 +616,7 @@ true - threshold when showing pN₂ + Threshold when showing pN₂ @@ -637,7 +637,7 @@ true - threshold when showing pHe + Threshold when showing pHe @@ -658,7 +658,7 @@ true - max pO₂ when showing MOD + Max pO₂ when showing MOD @@ -679,7 +679,7 @@ true - draw dive computer reported ceiling red + Draw dive computer reported ceiling red @@ -701,7 +701,7 @@ - show average depth + Show average depth @@ -769,7 +769,7 @@ - System Default + System default @@ -873,17 +873,17 @@ - - - - Qt::LeftToRight - - - Requires authentication - - - - + + + + Qt::LeftToRight + + + Requires authentication + + + + @@ -926,20 +926,20 @@ - - - - Qt::Vertical - - - - 20 - 40 - - - - - + + + + Qt::Vertical + + + + 20 + 40 + + + + + -- cgit v1.2.3-70-g09d2