summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r--archaeological_operations/forms.py4
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"),