diff options
Diffstat (limited to 'archaeological_context_records/templates')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 6 |
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 %} |