Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 825aa4b

Browse files
committed
Minor language update
1 parent 5dd2529 commit 825aa4b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

lib/core/option.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1917,9 +1917,8 @@ def _setTorHttpProxySettings():
19171917

19181918
if not conf.checkTor:
19191919
warnMsg = "use switch '--check-tor' at "
1920-
warnMsg += "your own convenience when using "
1921-
warnMsg += "HTTP proxy type (option '--tor-type') "
1922-
warnMsg += "for accessing Tor anonymizing network because of "
1920+
warnMsg += "your own convenience when accessing "
1921+
warnMsg += "Tor anonymizing network because of "
19231922
warnMsg += "known issues with default settings of various 'bundles' "
19241923
warnMsg += "(e.g. Vidalia)"
19251924
logger.warn(warnMsg)

0 commit comments

Comments
 (0)