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>
This commit is contained in:
Henrik Brautaset Aronsen 2015-02-14 18:16:21 +01:00 committed by Dirk Hohndel
parent cbff3f89c9
commit 961bac9233
5 changed files with 81 additions and 81 deletions

View file

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