diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-12-12 17:36:32 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-17 13:03:56 -0800 |
commit | bdf990d40eaeb5f329dfbd67a7e64187538de9f9 (patch) | |
tree | fe244f1d5f6fad7ea7cf16171461c7b3ff3337f0 /printing_templates/Table.html | |
parent | 0310eb31da6f58741189d43f0397c083752caab3 (diff) | |
download | subsurface-bdf990d40eaeb5f329dfbd67a7e64187538de9f9.tar.gz |
printing: replace dive master by dive guide in templates
This does not rename the variables, only the user-visible output.
Case "Dive guide" vs. "Dive Guide" is according to the rest of
the templates.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'printing_templates/Table.html')
-rw-r--r-- | printing_templates/Table.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing_templates/Table.html b/printing_templates/Table.html index e4d921fae..27683fb46 100644 --- a/printing_templates/Table.html +++ b/printing_templates/Table.html @@ -61,7 +61,7 @@ <th>Time</th> <th>Depth</th> <th>Duration</th> - <th>Master</th> + <th>Guide</th> <th>Location</th> </tr> {% block main_rows %} |