From 08e3379b39df4475f3ca720df74f2b2c25c05720 Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 26 Sep 2002 15:25:44 +0000 Subject: [PATCH] _ call fixed git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@551 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- linkcheck/HttpUrlData.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkcheck/HttpUrlData.py b/linkcheck/HttpUrlData.py index 147817f7..eaa4d7d2 100644 --- a/linkcheck/HttpUrlData.py +++ b/linkcheck/HttpUrlData.py @@ -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)