X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgisimple.c;h=5099a579e765d43ca1e3219fa5bb34e4d02f45ac;hp=310303439a41d51a60e3d92f90f31499e131cb04;hb=5d67369224f780b21d94cacf31dbcdf288c7ed6c;hpb=2ae8b6259283c1350b438037855ed2d234d08c89 diff --git a/cgisimple.c b/cgisimple.c index 31030343..5099a579 100644 --- a/cgisimple.c +++ b/cgisimple.c @@ -362,7 +362,7 @@ jb_err cgi_show_client_tags(struct client_state *csp, this_tag = csp->config->client_tags; if (this_tag->name == NULL) { - client_tag_status = strdup_or_die("

No tags available.

\n"); + client_tag_status = strdup_or_die("

No tags have been configured.

\n"); } else {