summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
authorValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2016-12-12 09:57:37 +0100
committerValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2016-12-12 09:57:37 +0100
commitd9064ee4c8dd8442bc15892663a25b3a10f4942c (patch)
treebe382c359bbcd750051083a82a4c5d7f4712b57c /archaeological_operations/forms.py
parentc85fa7441c7548003f4502be876945d104eff986 (diff)
downloadIshtar-d9064ee4c8dd8442bc15892663a25b3a10f4942c.tar.bz2
Ishtar-d9064ee4c8dd8442bc15892663a25b3a10f4942c.zip
Update labels
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r--archaeological_operations/forms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py
index 8d900036d..99bf4b848 100644
--- a/archaeological_operations/forms.py
+++ b/archaeological_operations/forms.py
@@ -916,7 +916,7 @@ class OperationFormGeneral(ManageOldType, forms.Form):
msg = ''
if year and max_val:
msg = _(
- u"Operation code already exist for year: %(year)d - use a "
+ u"Operation code already exists for year: %(year)d - use a "
u"value bigger than %(last_val)d") % {
'year': year, 'last_val': max_val}
else:
@@ -1377,7 +1377,7 @@ class AdministrativeActModifForm(object):
msg = ''
if year and max_val:
msg = _(
- u"This index already exist for year: %(year)d - use a "
+ u"This index already exists for year: %(year)d - use a "
u"value bigger than %(last_val)d") % {
'year': year, 'last_val': max_val}
else: