summaryrefslogtreecommitdiff
path: root/archaeological_context_records
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-11-13 22:49:28 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-11-13 22:49:28 +0100
commit270392a52e32b93ba8c26b275671b96e5981260a (patch)
tree9d6fa0c274817a15e4261a828d0ec7b241fb2cdb /archaeological_context_records
parent5e8194b6f2b28af4f124ee33ad587205e249adb1 (diff)
downloadIshtar-270392a52e32b93ba8c26b275671b96e5981260a.tar.bz2
Ishtar-270392a52e32b93ba8c26b275671b96e5981260a.zip
Fix typo
Diffstat (limited to 'archaeological_context_records')
-rw-r--r--archaeological_context_records/templates/ishtar/sheet_contextrecord.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
index 8648f4762..906571948 100644
--- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
+++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
@@ -268,7 +268,7 @@
{% if item.relation_image or DOT_GENERATION %}
{% with gen_url='generate-relation-image-contextrecord' %}
- <h3>{% trans "Diagram of statigraphic relations - above" %}</h3>
+ <h3>{% trans "Diagram of stratigraphic relations - above" %}</h3>
{% with relation_type="above" %}
{% with relation_image=item.relation_image_above %}
{% with relation_png=item.relation_bitmap_image_above %}
@@ -276,7 +276,7 @@
{% include "ishtar/blocks/sheet_relation_image.html" %}
{% endwith %}{% endwith %}{% endwith %}{% endwith %}
- <h3>{% trans "Diagram of statigraphic relations - below" %}</h3>
+ <h3>{% trans "Diagram of stratigraphic relations - below" %}</h3>
{% with relation_type="below" %}
{% with relation_image=item.relation_image_below %}
{% with relation_png=item.relation_bitmap_image_below %}
@@ -284,7 +284,7 @@
{% include "ishtar/blocks/sheet_relation_image.html" %}
{% endwith %}{% endwith %}{% endwith %}{% endwith %}
- <h3>{% trans "Diagram of statigraphic relations - full" %}</h3>
+ <h3>{% trans "Diagram of stratigraphic relations - full" %}</h3>
{% with relation_type="" %}
{% with relation_image=item.relation_image %}
{% with relation_png=item.relation_bitmap_image %}