AmendHub

Download:

jcs

/

wikipedia

/

amendments

/

46

wikipedia; Remove "article" from dialog


jcs made amendment 46 8 months ago
--- wikipedia.c Wed Aug 30 15:50:54 2023 +++ wikipedia.c Wed Aug 30 17:51:12 2023 @@ -35,7 +35,7 @@ wikipedia_fetch_article(struct browser *browser, char char *nencoded; unsigned char *uname; - progress("Fetching article \"%s\"...", name); + progress("Fetching \"%s\"...", name); wpr = xmalloczero(sizeof(struct wikipedia_request)); if (wpr == NULL) { @@ -264,7 +264,7 @@ get_char: if (pct > 100) pct = 100; - progress("Fetching article \"%s\" (%d%%)...", + progress("Fetching \"%s\" (%d%%)...", wpr->normalized_title, pct); }