From 6177317a176a05aa1047e824cd10289b50165580 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 9 May 2012 10:06:23 +0000 Subject: [PATCH] minor update --- lib/controller/action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller/action.py b/lib/controller/action.py index 7ca2dcbb3..162591148 100644 --- a/lib/controller/action.py +++ b/lib/controller/action.py @@ -40,7 +40,7 @@ def action(): if htmlParsed: errMsg += ", but from the HTML error page it was " errMsg += "possible to determinate that the " - errMsg += "back-end DBMS is '%s'" % htmlParsed + errMsg += "back-end DBMS is %s" % htmlParsed if htmlParsed and htmlParsed.lower() in SUPPORTED_DBMS: errMsg += ". Do not specify the back-end DBMS manually, "