core: replace dive master by dive guide

In general, replace "dive master" by "dive guide".

However, do not change written dive logs for now. On reading,
accept both versions.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2022-02-12 14:03:18 +01:00 committed by Dirk Hohndel
parent 889827aadb
commit 9e0712d5dc
38 changed files with 141 additions and 133 deletions

View file

@ -542,7 +542,9 @@ QVariant TemplateLayout::getValue(QString list, QString property, const State &s
} else if (property == "depth") {
return get_depth_string(d->dc.maxdepth.mm, true, true);
} else if (property == "divemaster") {
return d->divemaster;
return d->diveguide;
} else if (property == "diveguide") {
return d->diveguide;
} else if (property == "buddy") {
return d->buddy;
} else if (property == "airTemp") {