X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhtml-url.c;h=853226d939da7c981b61bb6b86f7c6b1afe564c4;hp=fcf1e812e9ce97450ea128fd4423b4c5c2424529;hb=4206f966148efcee7291a12ac49e653f7c25486c;hpb=4f22c2f5679a823af9387cb724b28ecfefa53eee diff --git a/src/html-url.c b/src/html-url.c index fcf1e812..853226d9 100644 --- a/src/html-url.c +++ b/src/html-url.c @@ -702,7 +702,7 @@ get_urls_file (const char *file) url = url_parse (url_text, &up_error_code); if (!url) { - logprintf (LOG_NOTQUIET, "%s: Invalid URL %s: %s\n", + logprintf (LOG_NOTQUIET, _("%s: Invalid URL %s: %s\n"), file, url_text, url_error (up_error_code)); xfree (url_text); continue;