Settings Graph is about dive Profile.

This commit is contained in:
Martin Měřinský 2017-03-13 12:39:12 +01:00 committed by Dirk Hohndel
parent 25dcee139e
commit 6305361d14

View file

@ -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);