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 | 01440e1ab4abfdcbea2efd73506f7736e3e9e98a (patch) | |
| tree | 5e288f9a8bea4a49c2050c8856e4761d1991754e /archaeological_operations/forms.py | |
| parent | 0a0a8a0e8ee5e8b71aa211f4c1293fff1aac103a (diff) | |
| parent | d9064ee4c8dd8442bc15892663a25b3a10f4942c (diff) | |
| download | Ishtar-01440e1ab4abfdcbea2efd73506f7736e3e9e98a.tar.bz2 Ishtar-01440e1ab4abfdcbea2efd73506f7736e3e9e98a.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: | 
