diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-31 13:40:46 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-31 13:43:49 +0900 |
commit | ff6e730e30a0ab398272b01ef95d1e974b7db172 (patch) | |
tree | a8cbe291ec80fa307a596da4d6d9a06ccbb07de0 /qt-ui/maintab.ui | |
parent | 34c7aa940ca369389133c82d096a84f7a80fa6d9 (diff) | |
download | subsurface-ff6e730e30a0ab398272b01ef95d1e974b7db172.tar.gz |
List only the gases used in the Info tab
The equipment tab will still show all defined gases, but the info for
the dive should only list the ones used.
Also change the name of the two gas related boxes to better reflect the
data that is shown.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 4bf37e9a3..854e67940 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -240,7 +240,7 @@ <item row="0" column="1"> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> - <string>O²/HE</string> + <string>Gases Used</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> @@ -335,7 +335,7 @@ <item row="0" column="2"> <widget class="QGroupBox" name="groupBox_4"> <property name="title"> - <string>Gas Used</string> + <string>Gas Consumed</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_5"> <item> |