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