_ call fixed

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@551 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2002-09-26 15:25:44 +00:00
parent 83fd15fe93
commit 08e3379b39

View file

@ -212,7 +212,7 @@ class HttpUrlData (UrlData):
"""
if self.proxy:
host = self.proxy
self.setInfo(_("Using Proxy %s")%self.proxy)
self.setInfo(linkcheck._("Using Proxy %s")%`self.proxy`)
else:
host = self.urlTuple[1]
Config.debug(HURT_ME_PLENTY, "host", host)