From 4d2b77dde3bfa2df2af7a68f6f26bafaf8fa25e1 Mon Sep 17 00:00:00 2001 From: stamparm Date: Tue, 26 Mar 2013 14:15:40 +0100 Subject: [PATCH] Minor language update --- 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 91ee0719e..dc9ce7bfd 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -880,7 +880,7 @@ def checkStability(): like for instance string matching (--string). """ - infoMsg = "testing if the url is stable, wait a few seconds" + infoMsg = "testing if the url is stable. This can take a couple of seconds" logger.info(infoMsg) firstPage = kb.originalPage # set inside checkConnection()