diff options
| author | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2016-12-12 09:57:37 +0100 | 
|---|---|---|
| committer | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2016-12-12 09:57:37 +0100 | 
| commit | d9064ee4c8dd8442bc15892663a25b3a10f4942c (patch) | |
| tree | be382c359bbcd750051083a82a4c5d7f4712b57c | |
| parent | c85fa7441c7548003f4502be876945d104eff986 (diff) | |
| download | Ishtar-d9064ee4c8dd8442bc15892663a25b3a10f4942c.tar.bz2 Ishtar-d9064ee4c8dd8442bc15892663a25b3a10f4942c.zip | |
Update labels
| -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 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: | 
