aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/preferences/preferences_graph.cpp
diff options
context:
space:
mode:
authorGravatar Martin Měřinský <mermar@centrum.cz>2017-03-13 12:39:12 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-03-13 10:28:06 -0700
commit6305361d1477fe49a5e4f2f77eccd138f4121293 (patch)
treee38197d176e4227e85210ca1e3ceabddfca0dbc5 /desktop-widgets/preferences/preferences_graph.cpp
parent25dcee139e0c6d8b20d8b465e7ff5d00dcd3d3b2 (diff)
downloadsubsurface-6305361d1477fe49a5e4f2f77eccd138f4121293.tar.gz
Settings Graph is about dive Profile.
Diffstat (limited to 'desktop-widgets/preferences/preferences_graph.cpp')
-rw-r--r--desktop-widgets/preferences/preferences_graph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/preferences/preferences_graph.cpp b/desktop-widgets/preferences/preferences_graph.cpp
index 8245e59a6..03f09166c 100644
--- a/desktop-widgets/preferences/preferences_graph.cpp
+++ b/desktop-widgets/preferences/preferences_graph.cpp
@@ -6,7 +6,7 @@
#include "qt-models/models.h"
-PreferencesGraph::PreferencesGraph() : AbstractPreferencesWidget(tr("Graph"), QIcon(":graph"), 5)
+PreferencesGraph::PreferencesGraph() : AbstractPreferencesWidget(tr("Profile"), QIcon(":graph"), 5)
{
ui = new Ui::PreferencesGraph();
ui->setupUi(this);