diff options
-rwxr-xr-x | config/squid3/34/squid_monitor.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/squid3/34/squid_monitor.php b/config/squid3/34/squid_monitor.php index ba87f998..80e15a64 100755 --- a/config/squid3/34/squid_monitor.php +++ b/config/squid3/34/squid_monitor.php @@ -120,9 +120,9 @@ include("head.inc"); <input name="strfilter" type="text" class="formfld search" id="strfilter" size="50" value="" /> <br/> <span class="vexpl"> - <?=gettext("Enter a grep like string/pattern to filterlog.");?><br/> - <?=gettext("eg. username, ip addr, url.");?><br/> - <?=gettext("Use <b>!</b> to invert the sense of matching, to select non-matching lines.");?> + <?=gettext("Enter a grep-like string/pattern to filter the log entries.");?><br/> + <?=gettext("E.g.: username, IP address, URL.");?><br/> + <?=gettext("Use <strong>!</strong> to invert the sense of matching (to select non-matching lines).");?> </span> </td> </tr> |