diff options
-rw-r--r-- | archaeological_context_records/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py index 2506ae857..ef17e561e 100644 --- a/archaeological_context_records/forms.py +++ b/archaeological_context_records/forms.py @@ -142,7 +142,7 @@ class RecordFormGeneral(ManageOldType, forms.Form): comment = forms.CharField(label=_(u"General comment"), widget=forms.Textarea, required=False) excavation_technic = forms.ChoiceField( - label=_(u"Excavation technic"), choices=[], required=False) + label=_(u"Excavation technique"), choices=[], required=False) length = forms.FloatField(label=_(u"Length (m)"), required=False) width = forms.FloatField(label=_(u"Width (m)"), required=False) thickness = forms.FloatField(label=_(u"Thickness (m)"), required=False) |