From 05c6d661e80487404288b7663905f3a0163ba09a Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sat, 18 Dec 2010 10:49:49 +0000 Subject: [PATCH] cosmetics --- lib/controller/checks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 965baf13d..b29dad1e3 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -409,10 +409,10 @@ def checkSqlInjection(place, parameter, value): break except KeyboardInterrupt: - warnMsg = "Ctrl+C detected in detection mode" + warnMsg = "Ctrl+C detected in detection phase" logger.warn(warnMsg) - message = "What do you want to do? [(S)kip current/(a)bort detection/(q)uit]" + message = "How do you want to proceed? [(S)kip current test/(a)bort detection/(q)uit]" test = readInput(message, default="S") if not test or test[0] in ("s", "S"):