From: Fabian Keil <fk@fabiankeil.de> Date: Tue, 8 Sep 2020 13:09:17 +0000 (+0200) Subject: Rename 'Pages modified' header to 'Response bodies modified' X-Git-Tag: v_3_0_29~150 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/man-page/faq/@default-cgi@?a=commitdiff_plain;h=6893b3088dd5c7513f1d23428f4946274be46a0f;p=privoxy.git Rename 'Pages modified' header to 'Response bodies modified' ... which is more precise as a page may consist of multiple responses. --- diff --git a/templates/show-status b/templates/show-status index f7865d74..a4c15e46 100644 --- a/templates/show-status +++ b/templates/show-status @@ -226,7 +226,7 @@ <td class="box"> <h2>Content Filter Statistics:</h2> <table summary="Statistics for content filters" border="1"> - <tr><th>Filter name</th><th>Executions</th><th>Pages modified</th><th>Hits</th></tr> + <tr><th>Filter name</th><th>Executions</th><th>Response bodies modified</th><th>Hits</th></tr> @filter-statistics@ </table> </td> </tr>