diff options
author | Tim Wootton <tim@tee-jay.org.uk> | 2015-09-04 23:25:35 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-09-05 07:42:57 -0700 |
commit | 6a468b4d397cbff4424b31ef3584ffb2f534a569 (patch) | |
tree | 345f9ec0ec0028af863b0696bda47ebeecf2ae1f /qt-ui/configuredivecomputerdialog.ui | |
parent | 8f6702d0b3070d14b6c412cef95664105f72abba (diff) | |
download | subsurface-6a468b4d397cbff4424b31ef3584ffb2f534a569.tar.gz |
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>
Diffstat (limited to 'qt-ui/configuredivecomputerdialog.ui')
-rw-r--r-- | qt-ui/configuredivecomputerdialog.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/qt-ui/configuredivecomputerdialog.ui b/qt-ui/configuredivecomputerdialog.ui index d3546024e..ae39bbf36 100644 --- a/qt-ui/configuredivecomputerdialog.ui +++ b/qt-ui/configuredivecomputerdialog.ui @@ -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> |