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

View file

@ -177,7 +177,7 @@
</item>
<item>
<property name="text">
<string>Suunto Vyper Family</string>
<string>Suunto Vyper family</string>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
@ -602,7 +602,7 @@
</widget>
<widget class="QWidget" name="advancedSettings">
<attribute name="title">
<string>Advanced Settings</string>
<string>Advanced settings</string>
</attribute>
<layout class="QGridLayout" name="gridLayout1">
<item row="3" column="0" colspan="2">
@ -1213,14 +1213,14 @@
<item row="4" column="2">
<widget class="QLabel" name="label_29">
<property name="text">
<string>ppO2 max</string>
<string>ppO max</string>
</property>
</widget>
</item>
<item row="5" column="2">
<widget class="QLabel" name="label_30">
<property name="text">
<string>ppO2 min</string>
<string>ppO min</string>
</property>
</widget>
</item>
@ -1470,7 +1470,7 @@
<item row="2" column="0">
<widget class="QLabel" name="label_24">
<property name="text">
<string>Total divetime</string>
<string>Total dive time</string>
</property>
</widget>
</item>