diff options
| author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-02-23 13:00:11 +0100 |
|---|---|---|
| committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-02-23 13:00:11 +0100 |
| commit | 72c1fef0bb9cdb39f5c6f212ca6b6d44f8132fb1 (patch) | |
| tree | 0be000a8f70cd6d99abb2bfd6ff26edfbbbdfa90 /archaeological_finds/forms.py | |
| parent | c8daf143d12800dd4fb186342e38393c74258838 (diff) | |
| download | Ishtar-72c1fef0bb9cdb39f5c6f212ca6b6d44f8132fb1.tar.bz2 Ishtar-72c1fef0bb9cdb39f5c6f212ca6b6d44f8132fb1.zip | |
Update translation
Diffstat (limited to 'archaeological_finds/forms.py')
| -rw-r--r-- | archaeological_finds/forms.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index 1498d4028..198d69035 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -51,7 +51,7 @@ class FindForm(forms.Form): 'preservation_to_consider': models.PreservationType, 'integritie': models.IntegrityType} label = forms.CharField( - label=_(u"Free-ID"), + label=_(u"Free ID"), validators=[validators.MaxLengthValidator(60)]) previous_id = forms.CharField(label=_("Previous ID"), required=False) description = forms.CharField(label=_("Description"), @@ -292,7 +292,7 @@ class ResultFindForm(forms.Form): form_label = _(u"Resulting find") associated_models = {'material_type': models.MaterialType} label = forms.CharField( - label=_(u"Free-ID"), + label=_(u"Free ID"), validators=[validators.MaxLengthValidator(60)]) description = forms.CharField(label=_(u"Precise description"), widget=forms.Textarea) |
