diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-11-13 16:10:03 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-11-13 16:10:03 +0100 |
commit | 95adfd6ad89f225e3ead9389bfec4825b75ede10 (patch) | |
tree | c4137c61c9018be88a1321f149f83c320e481260 /archaeological_files_pdl/forms.py | |
parent | dbb6158b1e812a82f91559fce193175e3965e926 (diff) | |
download | Ishtar-95adfd6ad89f225e3ead9389bfec4825b75ede10.tar.bz2 Ishtar-95adfd6ad89f225e3ead9389bfec4825b75ede10.zip |
Update french translation
Diffstat (limited to 'archaeological_files_pdl/forms.py')
-rw-r--r-- | archaeological_files_pdl/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files_pdl/forms.py b/archaeological_files_pdl/forms.py index d17797a0b..40a8c9a34 100644 --- a/archaeological_files_pdl/forms.py +++ b/archaeological_files_pdl/forms.py @@ -57,7 +57,7 @@ class FileFormGeneral(forms.Form): value = self.cleaned_data.get('reception_date', None) if value and value > datetime.date.today(): raise forms.ValidationError( - _('Validation date cannot be after today.')) + _('Reception date cannot be after today.')) return value |