mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
More style and readability changes
Changes to capitalisation to comply with coding style Changes to make some blocks of english sound a bit better Signed-off-by: Tim Wootton <tim@tee-jay.org.uk> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8f6702d0b3
commit
6a468b4d39
5 changed files with 13 additions and 13 deletions
|
|
@ -904,7 +904,7 @@
|
|||
<item row="8" column="0">
|
||||
<widget class="QCheckBox" name="modWarning">
|
||||
<property name="text">
|
||||
<string>Mod warning</string>
|
||||
<string>MOD warning</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -918,7 +918,7 @@
|
|||
<item row="9" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="dynamicAscendRate">
|
||||
<property name="text">
|
||||
<string>Dynamic ascend rate</string>
|
||||
<string>Dynamic ascent rate</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -971,7 +971,7 @@
|
|||
<item row="12" column="4">
|
||||
<widget class="QSpinBox" name="bottomGasConsumption">
|
||||
<property name="suffix">
|
||||
<string> l/m</string>
|
||||
<string> ℓ/min</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>5</number>
|
||||
|
|
@ -987,7 +987,7 @@
|
|||
<item row="13" column="4">
|
||||
<widget class="QSpinBox" name="decoGasConsumption">
|
||||
<property name="suffix">
|
||||
<string> l/m</string>
|
||||
<string> ℓ/min</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>5</number>
|
||||
|
|
@ -2216,7 +2216,7 @@
|
|||
<item row="12" column="4">
|
||||
<widget class="QSpinBox" name="decoGasConsumption_3">
|
||||
<property name="suffix">
|
||||
<string> l/m</string>
|
||||
<string> ℓ/min</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>5</number>
|
||||
|
|
@ -2232,7 +2232,7 @@
|
|||
<item row="11" column="4">
|
||||
<widget class="QSpinBox" name="bottomGasConsumption_3">
|
||||
<property name="suffix">
|
||||
<string> l/m</string>
|
||||
<string> ℓ/min</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>5</number>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue