From 16ae7070276a2fccbf377b74147cfb5707ab0178 Mon Sep 17 00:00:00 2001 From: resteve Date: Mon, 15 Dec 2014 10:53:00 +0100 Subject: [PATCH] FIX typo delete tutorials --- tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial.py b/tutorial.py index 8e83304..a4ebfed 100644 --- a/tutorial.py +++ b/tutorial.py @@ -54,7 +54,7 @@ class GalateaTutorial(ModelSQL, ModelView): super(GalateaTutorial, cls).__setup__() cls._order.insert(0, ('name', 'ASC')) cls._error_messages.update({ - 'delete_tutorial': ('You can not delete ' + 'delete_tutorials': ('You can not delete ' 'tutorials because you will get error 404 NOT Found. ' 'Dissable active field.'), })