diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2014-07-11 09:21:38 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-11 07:06:26 -0700 |
commit | 3a16a64616a854ead300f37bfe6e614e6dde168c (patch) | |
tree | 89bf7c5e7595a8d659edd317bf8b888bf27154c7 /qt-ui/divecomputermanagementdialog.cpp | |
parent | 402198871b15db005e8cce07cad8707b519bf802 (diff) | |
download | subsurface-3a16a64616a854ead300f37bfe6e614e6dde168c.tar.gz |
misc capitalisation and spelling
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divecomputermanagementdialog.cpp')
-rw-r--r-- | qt-ui/divecomputermanagementdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/divecomputermanagementdialog.cpp b/qt-ui/divecomputermanagementdialog.cpp index 7d52e838b..567abd4d7 100644 --- a/qt-ui/divecomputermanagementdialog.cpp +++ b/qt-ui/divecomputermanagementdialog.cpp @@ -47,7 +47,7 @@ void DiveComputerManagementDialog::tryRemove(const QModelIndex &index) QMessageBox::StandardButton response = QMessageBox::question( this, TITLE_OR_TEXT( - tr("Remove the selected Dive Computer?"), + tr("Remove the selected dive computer?"), tr("Are you sure that you want to \n remove the selected dive computer?")), QMessageBox::Ok | QMessageBox::Cancel); |