diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2015-02-14 18:16:21 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-14 11:18:53 -0800 |
commit | 961bac9233e1e727760ff5522bd541bd8a5b540d (patch) | |
tree | 033291cd9009b5a297363407a988b95436e2ea4f /qt-ui/maintab.cpp | |
parent | cbff3f89c9c362732441ebf6dbd3b0117dfe7b61 (diff) | |
download | subsurface-961bac9233e1e727760ff5522bd541bd8a5b540d.tar.gz |
Rename the tab "Dive info" to "Info", and "Dive notes" to "Notes"
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.cpp')
-rw-r--r-- | qt-ui/maintab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index b78280d7a..3f6345c18 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -483,7 +483,7 @@ void MainTab::updateDiveInfo(bool clear) clearEquipment(); ui.equipmentTab->setEnabled(false); } else { - setTabText(0, tr("Dive notes")); + setTabText(0, tr("Notes")); currentTrip = NULL; // make all the fields visible writeable ui.divemaster->setVisible(true); |