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>
This commit is contained in:
Tim Wootton 2014-11-01 00:07:14 +00:00 committed by Dirk Hohndel
parent 89e7cae854
commit ecb91f9eb5
2 changed files with 6 additions and 6 deletions

View file

@ -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"));
}
}