From 32dee19addab88f0b02d98e492a6f6cca49a288b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 22 Nov 2022 11:34:55 +0100 Subject: Minor translation fixes --- archaeological_context_records/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_context_records/models.py') diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index 84e160480..0a3a9c256 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -532,7 +532,7 @@ class ContextRecord( ("datings__period__label", _("Period")), ("identification__label", _("Identification")), ("activity__label", _("Activity")), - ("excavation_technics__label", _("Excavation technique")), + ("excavation_technics__label", _("Excavation techniques")), ("documents__source_type__label", _("Associated document type")), ("last_modified__year", _("Modification (year)")), ] @@ -818,7 +818,7 @@ class ContextRecord( excavation_technics = models.ManyToManyField( ExcavationTechnicType, blank=True, - verbose_name=_("Excavation technique"), + verbose_name=_("Excavation techniques"), related_name="context_records", ) related_context_records = models.ManyToManyField( -- cgit v1.2.3