diff options
Diffstat (limited to 'archaeological_finds')
-rw-r--r-- | archaeological_finds/forms.py | 2 | ||||
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 2 | ||||
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_museum_find.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index 160863256..7e217d06c 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -1567,7 +1567,7 @@ class DateForm(ManageOldType, forms.Form): start_date = forms.IntegerField(label=_("Start date"), required=False) end_date = forms.IntegerField(label=_("End date"), required=False) quality = forms.ChoiceField(label=_("Quality"), required=False, choices=[]) - precise_dating = forms.CharField(label=_("Precise on dating"), required=False) + precise_dating = forms.CharField(label=_("Precise on this dating"), required=False) TYPES = [ FieldType("dating_type", DatingType), FieldType("period", Period), diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 530a1664f..5adcce68a 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -260,7 +260,7 @@ <th>{% trans "End date" %}</th> <th>{% trans "Dating type" %}</th> <th>{% trans "Quality" %}</th> - <th>{% trans "Precise on dating" %}</th> + <th>{% trans "Precise on this dating" %}</th> </tr> {% for dating in dating_list %} <tr> diff --git a/archaeological_finds/templates/ishtar/sheet_museum_find.html b/archaeological_finds/templates/ishtar/sheet_museum_find.html index 6e6080b92..4c3317ba2 100644 --- a/archaeological_finds/templates/ishtar/sheet_museum_find.html +++ b/archaeological_finds/templates/ishtar/sheet_museum_find.html @@ -208,7 +208,7 @@ <th>{% trans "End date" %}</th> <th>{% trans "Dating type" %}</th> <th>{% trans "Quality" %}</th> - <th>{% trans "Precise on dating" %}</th> + <th>{% trans "Precise on this dating" %}</th> </tr> {% for dating in dating_list %} <tr> |