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"):