mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
cbff3f89c9
commit
961bac9233
5 changed files with 81 additions and 81 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue