Fix typo.
authorAlexandre Segura <mex.zktk@gmail.com>
Fri, 14 Apr 2017 16:35:42 +0200
changeset 465 ce9947e45d04
parent 464 655136b09cf3
child 466 4f6d30adf06a
Fix typo.
src/iconolab/views/objects.py
--- a/src/iconolab/views/objects.py	Fri Apr 14 16:35:31 2017 +0200
+++ b/src/iconolab/views/objects.py	Fri Apr 14 16:35:42 2017 +0200
@@ -607,7 +607,7 @@
             new_revision = annotation.make_new_revision(revision_author, revision_title, revision_description, revision_fragment, revision_tags_json)
 
             if (annotation.author != revision_author):
-                messages.add_message(request, messages.INFO, "Votre modification a été prise en compte. Le creéateur de l'annotation a été notifié.")
+                messages.add_message(request, messages.INFO, "Votre modification a été prise en compte. Le créateur de l'annotation a été notifié.")
 
             redirect_url = reverse('image_detail', kwargs={'collection_name': collection_name, 'image_guid': image_guid})
             return redirect(redirect_url + '#' + str(annotation.annotation_guid))