diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-16 11:45:10 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-16 11:45:10 +0100 |
commit | 71d726991b1577ea06aa96ee769e63a83422a814 (patch) | |
tree | dcf2a74cef2866fc5fc3a3779193ee08306ab72a /archaeological_finds/models_finds.py | |
parent | 4e964c674bf24035c0d8c26bd1ae3cd2d04632a9 (diff) | |
download | Ishtar-71d726991b1577ea06aa96ee769e63a83422a814.tar.bz2 Ishtar-71d726991b1577ea06aa96ee769e63a83422a814.zip |
Update translations
Diffstat (limited to 'archaeological_finds/models_finds.py')
-rw-r--r-- | archaeological_finds/models_finds.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index 04af22d21..0efb9963e 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -1147,7 +1147,7 @@ class Find( "base_finds__context_record__operation__towns__areas__parent__label", _("Extended area"), ), - ("datings__period__label", _("Period")), + ("datings__period__label", _("Chronological period")), ("material_types__label", _("Material type")), ("object_types__label", _("Object type")), ("preservation_to_considers__label", _("Recommended treatments")), @@ -1836,7 +1836,7 @@ class Find( weight_unit = models.CharField( _("Weight unit"), max_length=4, blank=True, null=True, choices=WEIGHT_UNIT ) - find_number = models.IntegerField(_("Find number"), blank=True, null=True) + find_number = models.IntegerField(_("Number of remains"), blank=True, null=True) upstream_treatment = models.ForeignKey( "Treatment", blank=True, |