mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
desktop: rename Statistics tab to Summary
We now have three different things that are kinda like statistics: - the summary tab (reasonably useful when looking at selected dives) - the yearly statistics (Ctrl/CMD-Y) - the full statistics (Ctrl/CMD-T) I'd argue that's at least one too many. But I'm sure some people will disagree. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
68dd039a81
commit
77bc0c7c93
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ MainTab::MainTab(QWidget *parent) : QTabWidget(parent),
|
|||
extraWidgets << new TabDiveInformation(this);
|
||||
ui.tabWidget->addTab(extraWidgets.last(), tr("Information"));
|
||||
extraWidgets << new TabDiveStatistics(this);
|
||||
ui.tabWidget->addTab(extraWidgets.last(), tr("Statistics"));
|
||||
ui.tabWidget->addTab(extraWidgets.last(), tr("Summary"));
|
||||
extraWidgets << new TabDivePhotos(this);
|
||||
ui.tabWidget->addTab(extraWidgets.last(), tr("Media"));
|
||||
extraWidgets << new TabDiveExtraInfo(this);
|
||||
|
|
Loading…
Add table
Reference in a new issue