From 825aa4b8dd07d236dc86cfe995114984214a3bdf Mon Sep 17 00:00:00 2001 From: stamparm Date: Tue, 26 Mar 2013 14:27:51 +0100 Subject: [PATCH] Minor language update --- lib/core/option.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/core/option.py b/lib/core/option.py index f503ede1a..100d1db33 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -1917,9 +1917,8 @@ def _setTorHttpProxySettings(): if not conf.checkTor: warnMsg = "use switch '--check-tor' at " - warnMsg += "your own convenience when using " - warnMsg += "HTTP proxy type (option '--tor-type') " - warnMsg += "for accessing Tor anonymizing network because of " + warnMsg += "your own convenience when accessing " + warnMsg += "Tor anonymizing network because of " warnMsg += "known issues with default settings of various 'bundles' " warnMsg += "(e.g. Vidalia)" logger.warn(warnMsg)