From 71d726991b1577ea06aa96ee769e63a83422a814 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 16 Jan 2023 11:45:10 +0100 Subject: Update translations --- archaeological_context_records/forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_context_records/forms.py') diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py index 380f62198..760f154f0 100644 --- a/archaeological_context_records/forms.py +++ b/archaeological_context_records/forms.py @@ -441,12 +441,12 @@ class DatingForm(ManageOldType, forms.Form): "quality": models.DatingQuality, "period": models.Period, } - period = forms.ChoiceField(label=_("Period"), choices=[]) + period = forms.ChoiceField(label=_("Chronological period"), choices=[]) 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=[]) dating_type = forms.ChoiceField(label=_("Dating type"), required=False, choices=[]) - precise_dating = forms.CharField(label=_("Precise dating"), required=False) + precise_dating = forms.CharField(label=_("Precise on dating"), required=False) TYPES = [ FieldType("dating_type", models.DatingType), -- cgit v1.2.3