diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2014-11-01 00:07:14 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-01 09:27:11 -0700 |
commit | ecb91f9eb5ebc803a44c8e7c104235f528ab9704 (patch) | |
tree | c9dff9868ce62bbd12c5985a0c9561a89a54fb58 /configuredivecomputer.cpp | |
parent | 89e7cae8549c801660b08c2b070e00ff77d562b6 (diff) | |
download | subsurface-ecb91f9eb5ebc803a44c8e7c104235f528ab9704.tar.gz |
Text adjustments to configuredivecomputer
Use 2 subscript on ppO2
Adhere to agreed capitalisation style
Reset instead of resetted
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'configuredivecomputer.cpp')
-rw-r--r-- | configuredivecomputer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuredivecomputer.cpp b/configuredivecomputer.cpp index 884b2dd54..ad4430cf1 100644 --- a/configuredivecomputer.cpp +++ b/configuredivecomputer.cpp @@ -582,6 +582,6 @@ void ConfigureDiveComputer::resetThreadFinished() setState(DONE); if (resetThread->lastError.isEmpty()) { //No error - emit message(tr("Device settings successfully resetted")); + emit message(tr("Device settings successfully reset")); } } |