summaryrefslogtreecommitdiff
path: root/archaeological_context_records/forms.py
diff options
context:
space:
mode:
authorValérie-Emma Leroux <emma@iggdrasil.net>2016-02-22 14:13:03 +0100
committerValérie-Emma Leroux <emma@iggdrasil.net>2016-02-22 14:13:03 +0100
commit32dfcf7a656f99f4ec6251023a6b3cd82bc874ef (patch)
tree2f63a8329cb4eb0ede6720f8c149ae360d54607f /archaeological_context_records/forms.py
parent2554add1747ce6cc92be1f76139c5b68d271e895 (diff)
downloadIshtar-32dfcf7a656f99f4ec6251023a6b3cd82bc874ef.tar.bz2
Ishtar-32dfcf7a656f99f4ec6251023a6b3cd82bc874ef.zip
Update translation
Diffstat (limited to 'archaeological_context_records/forms.py')
-rw-r--r--archaeological_context_records/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py
index 98da5ce10..e9b5994eb 100644
--- a/archaeological_context_records/forms.py
+++ b/archaeological_context_records/forms.py
@@ -156,7 +156,7 @@ class RecordFormGeneral(forms.Form):
if 'pk' in cleaned_data and cleaned_data['pk']:
cr = cr.exclude(pk=cleaned_data['pk'])
if cr.count():
- raise forms.ValidationError(_(u"This ID already exist for "
+ raise forms.ValidationError(_(u"This ID already exists for "
u"this operation."))
return cleaned_data