diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-11-19 00:48:28 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-11-19 00:48:28 +0100 |
commit | 0e2bf2e4f149c1250b2aef2c4f94c09db07b5584 (patch) | |
tree | 4a3a781d6cac4c2923dd199558b22772be5b7117 /archaeological_operations/forms.py | |
parent | dd3e8a17c3f507daa41fb0beb46187881ccd7cb3 (diff) | |
download | Ishtar-0e2bf2e4f149c1250b2aef2c4f94c09db07b5584.tar.bz2 Ishtar-0e2bf2e4f149c1250b2aef2c4f94c09db07b5584.zip |
Using zanata for translations
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r-- | archaeological_operations/forms.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index 9a8380367..3ad8dbb5a 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -593,7 +593,7 @@ class OperationFormGeneral(forms.Form): widget=widgets.JQueryDate) surface = forms.IntegerField( required=False, widget=widgets.AreaWidget, - label=_(u"Total surface (m²)"), + label=_(u"Total surface (m2)"), validators=[validators.MinValueValidator(0), validators.MaxValueValidator(999999999)]) year = forms.IntegerField(label=_(u"Year"), @@ -709,7 +709,7 @@ if FILES_AVAILABLE: class OperationFormPreventive(forms.Form): form_label = _(u"Preventive informations - excavation") - cost = forms.IntegerField(label=_(u"Cost (€)"), required=False) + cost = forms.IntegerField(label=_(u"Cost (euros)"), required=False) scheduled_man_days = forms.IntegerField(label=_(u"Scheduled man-days"), required=False) optional_man_days = forms.IntegerField(label=_(u"Optional man-days"), |