diff options
author | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2017-03-16 00:08:13 +0100 |
---|---|---|
committer | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2017-03-16 00:08:13 +0100 |
commit | 20f092943384514402256c4f1428718adcbac8d2 (patch) | |
tree | 4b2d3b04addff658e6b7601ab41155abc37273df /archaeological_context_records/forms.py | |
parent | f85f4083909cbbf3f8db182ba52ee383db818115 (diff) | |
download | Ishtar-20f092943384514402256c4f1428718adcbac8d2.tar.bz2 Ishtar-20f092943384514402256c4f1428718adcbac8d2.zip |
Update labels
Diffstat (limited to 'archaeological_context_records/forms.py')
-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) |