diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-22 11:34:55 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:19 +0100 |
commit | 32dee19addab88f0b02d98e492a6f6cca49a288b (patch) | |
tree | 492dd05971cb5280048282bf988d500af9cc5f0a /archaeological_context_records/models.py | |
parent | 871814a44be5b63a5ea5796773a858939946a7d4 (diff) | |
download | Ishtar-32dee19addab88f0b02d98e492a6f6cca49a288b.tar.bz2 Ishtar-32dee19addab88f0b02d98e492a6f6cca49a288b.zip |
Minor translation fixes
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r-- | archaeological_context_records/models.py | 4 |
1 files changed, 2 insertions, 2 deletions
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( |