From 390adeea93dd76e8a9c818e996067670009023d3 Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 12 Dec 2001 10:32:17 -0800 Subject: [PATCH] [svn] Use "incomplete" rather than "relative". --- src/html-url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html-url.c b/src/html-url.c index f32f7c1d..73425c05 100644 --- a/src/html-url.c +++ b/src/html-url.c @@ -333,7 +333,7 @@ append_one_url (const char *link_uri, int inlinep, this can only happen when using `--force-html -i', print a warning. */ logprintf (LOG_NOTQUIET, - _("%s: Cannot resolve relative link %s.\n"), + _("%s: Cannot resolve incomplete link %s.\n"), ctx->document_file, link_uri); return NULL; } -- 2.39.2