mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 20:16:16 +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"));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue