summaryrefslogtreecommitdiff
path: root/archaeological_files_pdl/forms.py
diff options
context:
space:
mode:
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
commit95adfd6ad89f225e3ead9389bfec4825b75ede10 (patch)
treec4137c61c9018be88a1321f149f83c320e481260 /archaeological_files_pdl/forms.py
parentdbb6158b1e812a82f91559fce193175e3965e926 (diff)
downloadIshtar-95adfd6ad89f225e3ead9389bfec4825b75ede10.tar.bz2
Ishtar-95adfd6ad89f225e3ead9389bfec4825b75ede10.zip
Update french translation
Diffstat (limited to 'archaeological_files_pdl/forms.py')
-rw-r--r--archaeological_files_pdl/forms.py2
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