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 | 61fb075dffa6e5969233284ef99a3bc3e128a106 (patch) | |
| tree | c4137c61c9018be88a1321f149f83c320e481260 /archaeological_files_pdl/forms.py | |
| parent | d1df41560068baff1efabc5798fc82923ffc8267 (diff) | |
| download | Ishtar-61fb075dffa6e5969233284ef99a3bc3e128a106.tar.bz2 Ishtar-61fb075dffa6e5969233284ef99a3bc3e128a106.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 |
