diff options
author | krisalpha <choprakrishan61@gmail.com> | 2016-01-12 13:43:18 +0530 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-12 10:35:28 -0800 |
commit | 7e9648c5cbdf3b7a4e84ddb925619d5a202460c5 (patch) | |
tree | 3ae9264dc0ee3564cf1a765d2d89b28bb41d7733 /desktop-widgets | |
parent | 9fc19039df40362973f6a39bd13662370484037d (diff) | |
download | subsurface-7e9648c5cbdf3b7a4e84ddb925619d5a202460c5.tar.gz |
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>
Diffstat (limited to 'desktop-widgets')
-rw-r--r-- | desktop-widgets/maintab.cpp | 1 | ||||
-rw-r--r-- | desktop-widgets/preferences/preferences_graph.ui | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/desktop-widgets/maintab.cpp b/desktop-widgets/maintab.cpp index da918c633..24cdcc477 100644 --- a/desktop-widgets/maintab.cpp +++ b/desktop-widgets/maintab.cpp @@ -23,7 +23,6 @@ #include "divelocationmodel.h" #include "divesite.h" #include "locationinformation.h" -#include "divesite.h" #include <QCompleter> #include <QSettings> diff --git a/desktop-widgets/preferences/preferences_graph.ui b/desktop-widgets/preferences/preferences_graph.ui index bdbbc75d3..7422c1198 100644 --- a/desktop-widgets/preferences/preferences_graph.ui +++ b/desktop-widgets/preferences/preferences_graph.ui @@ -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> |