Be more precise in our language: call it "mean depth"

As pointed by jwhferguson, I changed "show average depth" to "show
mean depth".

I modified file preferences_graph.ui and changed the text. This bug was
reported on fedora 22. i use ubuntu.layout and justification is nicely
displayed.

The patch also removes a no longer necessary include.

See #922

Signed-off-by: krisalpha <choprakrishan61@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
krisalpha 2016-01-12 13:43:18 +05:30 committed by Dirk Hohndel
parent 9fc19039df
commit 7e9648c5cb
2 changed files with 1 additions and 2 deletions

View file

@ -23,7 +23,6 @@
#include "divelocationmodel.h"
#include "divesite.h"
#include "locationinformation.h"
#include "divesite.h"
#include <QCompleter>
#include <QSettings>

View file

@ -120,7 +120,7 @@
<item row="6" column="0" colspan="2">
<widget class="QCheckBox" name="show_average_depth">
<property name="text">
<string>Show average depth</string>
<string>Show mean depth</string>
</property>
</widget>
</item>