From caa4ee96cd98ff40c787f5babb40390896f1c36a Mon Sep 17 00:00:00 2001
From: Miroslav Stampar <miroslav.stampar@gmail.com>
Date: Sat, 18 May 2013 18:28:44 +0200
Subject: [PATCH] Minor cosmetic update

---
 lib/controller/checks.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/controller/checks.py b/lib/controller/checks.py
index 9a2f776d6..e36aa86d4 100644
--- a/lib/controller/checks.py
+++ b/lib/controller/checks.py
@@ -1096,7 +1096,8 @@ def identifyWaf():
         errMsg += "consider usage of tamper scripts (option '--tamper')"
         logger.critical(errMsg)
 
-        message = "are you sure that you want to continue with target testing? [y/N] "
+        message = "are you sure that you want to "
+        message += "continue with further target testing? [y/N] "
         output = readInput(message, default="N")
 
         if output and output[0] not in ("Y", "y"):