diff options
author | Robert C. Helling <helling@atdotde.de> | 2018-12-16 21:01:25 +0100 |
---|---|---|
committer | bstoeger <32835590+bstoeger@users.noreply.github.com> | 2018-12-17 12:18:26 +0100 |
commit | f0164e97a2d769aa63263756e53ccbf37e9bd0e5 (patch) | |
tree | 198e63f7a01c0760780f14befb46e28671edc6ef /desktop-widgets/tab-widgets/TabDiveStatistics.ui | |
parent | ac8db01873c7caa2ac475d987269ee26c6daa46a (diff) | |
download | subsurface-f0164e97a2d769aa63263756e53ccbf37e9bd0e5.tar.gz |
Show average max depth in statistics tab
This makes more sense than average depth. The min entry is also
about max depth for a dive.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'desktop-widgets/tab-widgets/TabDiveStatistics.ui')
-rw-r--r-- | desktop-widgets/tab-widgets/TabDiveStatistics.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/tab-widgets/TabDiveStatistics.ui b/desktop-widgets/tab-widgets/TabDiveStatistics.ui index d954dca3b..1be4bbcfc 100644 --- a/desktop-widgets/tab-widgets/TabDiveStatistics.ui +++ b/desktop-widgets/tab-widgets/TabDiveStatistics.ui @@ -70,7 +70,7 @@ <item row="1" column="0"> <widget class="QGroupBox" name="groupBoxb"> <property name="title"> - <string>Depth</string> + <string>Max. depth</string> </property> <layout class="QHBoxLayout" name="statsDepthLayout"> <item> |