From be74531db5197863fc7fcc42a6cfa7184ec1a543 Mon Sep 17 00:00:00 2001 From: Valérie-Emma Leroux Date: Thu, 16 Mar 2017 00:08:13 +0100 Subject: Update labels --- archaeological_context_records/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_context_records') 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) -- cgit v1.2.3