1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Use "incomplete" rather than "relative".

This commit is contained in:
hniksic 2001-12-12 10:32:17 -08:00
parent b30fc46402
commit 390adeea93

View File

@ -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;
}