diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-01-25 12:54:10 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-01-25 12:54:10 +0100 |
commit | fd43bf6ac13673537ca1fbd50ee037ecb022bb6b (patch) | |
tree | 28296c69c7be4f5b3577301d82ad8e57f2fd874d | |
parent | 81366a3270cb2138d84b64e92a433f5b462b12d5 (diff) | |
download | Ishtar-fd43bf6ac13673537ca1fbd50ee037ecb022bb6b.tar.bz2 Ishtar-fd43bf6ac13673537ca1fbd50ee037ecb022bb6b.zip |
Minor label fix
-rw-r--r-- | archaeological_operations/forms.py | 2 | ||||
-rw-r--r-- | archaeological_operations/locale/fr/LC_MESSAGES/django.po | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index aa5f789a2..4aa8e44b4 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -703,7 +703,7 @@ class OperationSourceForm(SourceForm): operation__pk=operation_id ).aggregate(Max('index'))["index__max"] operation = models.Operation.objects.get(pk=operation_id) - raise forms.ValidationError(_(u"Index already exist for " + raise forms.ValidationError(_(u"Index already exists for " "operation: %(operation)s - use a value bigger than %(last_val)d") % { "operation":unicode(operation), 'last_val':max_val}) return cleaned_data diff --git a/archaeological_operations/locale/fr/LC_MESSAGES/django.po b/archaeological_operations/locale/fr/LC_MESSAGES/django.po index 9f80de36d..939bfb95d 100644 --- a/archaeological_operations/locale/fr/LC_MESSAGES/django.po +++ b/archaeological_operations/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: alpha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-25 01:13+0100\n" +"POT-Creation-Date: 2015-01-25 12:53+0100\n" "PO-Revision-Date: 2015-01-25\n" "Last-Translator: Étienne Loks <etienne.loks at peacefrogs net>\n" "Language-Team: \n" @@ -838,9 +838,8 @@ msgid "Type:" msgstr "Type :" #: templates/ishtar/sheet_administrativeact.html:16 -#, fuzzy msgid "Object:" -msgstr "Objet" +msgstr "Objet :" #: templates/ishtar/sheet_administrativeact.html:17 msgid "Signature date:" |