diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-16 16:32:15 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-16 16:32:15 +0100 |
commit | 5f2d68acfa2b63574ab3586955b2259ccaa4dca6 (patch) | |
tree | 5e288f9a8bea4a49c2050c8856e4761d1991754e /archaeological_operations/forms.py | |
parent | 9b75c3886c03a7138a59add87ba99cfc5a2ad823 (diff) | |
parent | e06b428a4d0a9a35575027f7e28980225efff7d7 (diff) | |
download | Ishtar-5f2d68acfa2b63574ab3586955b2259ccaa4dca6.tar.bz2 Ishtar-5f2d68acfa2b63574ab3586955b2259ccaa4dca6.zip |
Merge branch 'master-trad'
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r-- | archaeological_operations/forms.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index edd25da60..f9f1095be 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: |