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);
|
setState(DONE);
|
||||||
if (resetThread->lastError.isEmpty()) {
|
if (resetThread->lastError.isEmpty()) {
|
||||||
//No error
|
//No error
|
||||||
emit message(tr("Device settings successfully resetted"));
|
emit message(tr("Device settings successfully reset"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -177,7 +177,7 @@
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Suunto Vyper Family</string>
|
<string>Suunto Vyper family</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../subsurface.qrc">
|
<iconset resource="../subsurface.qrc">
|
||||||
|
@ -602,7 +602,7 @@
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="advancedSettings">
|
<widget class="QWidget" name="advancedSettings">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Advanced Settings</string>
|
<string>Advanced settings</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QGridLayout" name="gridLayout1">
|
<layout class="QGridLayout" name="gridLayout1">
|
||||||
<item row="3" column="0" colspan="2">
|
<item row="3" column="0" colspan="2">
|
||||||
|
@ -1213,14 +1213,14 @@
|
||||||
<item row="4" column="2">
|
<item row="4" column="2">
|
||||||
<widget class="QLabel" name="label_29">
|
<widget class="QLabel" name="label_29">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>ppO2 max</string>
|
<string>ppO₂ max</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="5" column="2">
|
<item row="5" column="2">
|
||||||
<widget class="QLabel" name="label_30">
|
<widget class="QLabel" name="label_30">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>ppO2 min</string>
|
<string>ppO₂ min</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -1470,7 +1470,7 @@
|
||||||
<item row="2" column="0">
|
<item row="2" column="0">
|
||||||
<widget class="QLabel" name="label_24">
|
<widget class="QLabel" name="label_24">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Total divetime</string>
|
<string>Total dive time</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Add table
Reference in a new issue