mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
89e7cae854
commit
ecb91f9eb5
2 changed files with 6 additions and 6 deletions
|
@ -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"));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue