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 | 4e75df4a22da7e682224fd14914a9b711b794da5 (patch) | |
| tree | 4a3a781d6cac4c2923dd199558b22772be5b7117 /archaeological_operations/forms.py | |
| parent | c0986961df4db737d41cb59fe00e2bab17abf548 (diff) | |
| download | Ishtar-4e75df4a22da7e682224fd14914a9b711b794da5.tar.bz2 Ishtar-4e75df4a22da7e682224fd14914a9b711b794da5.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"), | 
