From 7ebc1ab90a3aaba9e69cc890da196107681c8335 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 17 Feb 2011 08:59:14 +0000 Subject: [PATCH] minor cosmetics --- lib/controller/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index d930d4fe4..4947fdf48 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -455,7 +455,7 @@ def checkSqlInjection(place, parameter, value): warnMsg = "Ctrl+C detected in detection phase" logger.warn(warnMsg) - message = "How do you want to proceed? [(S)kip test/(e)nd detection phase/(n)ext parameter/(q)uit]" + message = "How do you want to proceed? [(S)kip current test/(e)nd detection phase/(n)ext parameter/(q)uit]" test = readInput(message, default="S") if not test or test[0] in ("s", "S"):