diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-02-22 10:04:49 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-02-22 10:04:49 +0100 |
commit | cd9d51ae7fc72510566e6ef0c34caf8e76abdcf8 (patch) | |
tree | eeaf73f9b1c191651a520f82280166b0737c5b1e /archaeological_operations/forms.py | |
parent | 3c0e0b475481b3e4bb10f8174a419a24e9bb9948 (diff) | |
download | Ishtar-cd9d51ae7fc72510566e6ef0c34caf8e76abdcf8.tar.bz2 Ishtar-cd9d51ae7fc72510566e6ef0c34caf8e76abdcf8.zip |
Fix translation
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r-- | archaeological_operations/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index 37ccbf277..9d6f27b50 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -417,7 +417,7 @@ class OperationSelect(TableSelect): parcel = ParcelField(label=_("Parcel (section/number)")) if settings.ISHTAR_DPTS: towns__numero_insee__startswith = forms.ChoiceField( - label="Department", choices=[]) + label=_(u"Department"), choices=[]) common_name = forms.CharField(label=_(u"Name"), max_length=30) operation_type = forms.ChoiceField(label=_(u"Operation type"), |