summaryrefslogtreecommitdiff
path: root/archaeological_context_records/forms.py
diff options
context:
space:
mode:
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
commit32dee19addab88f0b02d98e492a6f6cca49a288b (patch)
tree492dd05971cb5280048282bf988d500af9cc5f0a /archaeological_context_records/forms.py
parent871814a44be5b63a5ea5796773a858939946a7d4 (diff)
downloadIshtar-32dee19addab88f0b02d98e492a6f6cca49a288b.tar.bz2
Ishtar-32dee19addab88f0b02d98e492a6f6cca49a288b.zip
Minor translation fixes
Diffstat (limited to 'archaeological_context_records/forms.py')
-rw-r--r--archaeological_context_records/forms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py
index 545bcb3c4..380f62198 100644
--- a/archaeological_context_records/forms.py
+++ b/archaeological_context_records/forms.py
@@ -170,7 +170,7 @@ class RecordSelect(GeoItemSelect, PeriodSelect):
cr_relation_types = forms.ChoiceField(
label=_("Search within relations"), choices=[]
)
- excavation_technics = forms.ChoiceField(label=_("Excavation technique"), choices=[])
+ excavation_technics = forms.ChoiceField(label=_("Excavation techniques"), choices=[])
TYPES = PeriodSelect.TYPES + [
FieldType("unit", models.Unit),
@@ -305,7 +305,7 @@ class RecordFormGeneral(CustomForm, ManageOldType):
label=_("General comment"), widget=forms.Textarea, required=False
)
excavation_technic = forms.MultipleChoiceField(
- label=_("Excavation technique"),
+ label=_("Excavation techniques"),
choices=[],
required=False,
widget=widgets.Select2Multiple,