summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
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
commit0e2bf2e4f149c1250b2aef2c4f94c09db07b5584 (patch)
tree4a3a781d6cac4c2923dd199558b22772be5b7117 /archaeological_operations/forms.py
parentdd3e8a17c3f507daa41fb0beb46187881ccd7cb3 (diff)
downloadIshtar-0e2bf2e4f149c1250b2aef2c4f94c09db07b5584.tar.bz2
Ishtar-0e2bf2e4f149c1250b2aef2c4f94c09db07b5584.zip
Using zanata for translations
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"),