summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-12-12 17:36:32 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-12-17 13:03:56 -0800
commitbdf990d40eaeb5f329dfbd67a7e64187538de9f9 (patch)
treefe244f1d5f6fad7ea7cf16171461c7b3ff3337f0
parent0310eb31da6f58741189d43f0397c083752caab3 (diff)
downloadsubsurface-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>
-rw-r--r--printing_templates/Flowlayout.html2
-rw-r--r--printing_templates/One Dive.html2
-rw-r--r--printing_templates/Six Dives.html2
-rw-r--r--printing_templates/Table.html2
-rw-r--r--printing_templates/Two Dives.html2
5 files changed, 5 insertions, 5 deletions
diff --git a/printing_templates/Flowlayout.html b/printing_templates/Flowlayout.html
index 3409b04a9..ec957e549 100644
--- a/printing_templates/Flowlayout.html
+++ b/printing_templates/Flowlayout.html
@@ -179,7 +179,7 @@
</tr>
<tr>
<td class="fieldTitle">
- <h1> Divemaster </h1>
+ <h1> Dive guide </h1>
</td>
<td class="fieldData">
<p> {{ dive.divemaster }} </p>
diff --git a/printing_templates/One Dive.html b/printing_templates/One Dive.html
index a9ee00471..648eaaabb 100644
--- a/printing_templates/One Dive.html
+++ b/printing_templates/One Dive.html
@@ -212,7 +212,7 @@
<p> {{ dive.duration }} </p>
</td>
<td class="fieldTitle">
- <b> Dive Master </b>
+ <b> Dive Guide </b>
</td>
<td class="fieldData">
<p> {{ dive.divemaster }} </p>
diff --git a/printing_templates/Six Dives.html b/printing_templates/Six Dives.html
index 0fe48a628..77290e830 100644
--- a/printing_templates/Six Dives.html
+++ b/printing_templates/Six Dives.html
@@ -153,7 +153,7 @@
<td> SAC: {{ dive.sac }}</td>
</tr>
<tr>
- <td> Divemaster: {{ dive.divemaster }}</td>
+ <td> Dive guide: {{ dive.divemaster }}</td>
<td> Buddy: {{ dive.buddy }}</td>
<td> Rating: {{ dive.rating }}/5</td>
</tr>
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 %}
diff --git a/printing_templates/Two Dives.html b/printing_templates/Two Dives.html
index 02fb436c1..47f14f12a 100644
--- a/printing_templates/Two Dives.html
+++ b/printing_templates/Two Dives.html
@@ -201,7 +201,7 @@
</tr>
<tr>
<td class="fieldTitle">
- <h1> Divemaster </h1>
+ <h1> Dive Guide </h1>
</td>
<td class="fieldData">
<p> {{ dive.divemaster }} </p>