diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-18 19:01:50 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-18 19:01:50 +0200 |
commit | 7a289c0e10b6c47c4646e04e9bceae8b3f808f49 (patch) | |
tree | d4aff32c6eb374ed12e8375a97325d14d8b840a3 | |
parent | 48f874a35747e0ed7528463c2882a453eb391c6c (diff) | |
download | pfsense-packages-7a289c0e10b6c47c4646e04e9bceae8b3f808f49.tar.gz pfsense-packages-7a289c0e10b6c47c4646e04e9bceae8b3f808f49.tar.bz2 pfsense-packages-7a289c0e10b6c47c4646e04e9bceae8b3f808f49.zip |
Typo fix
-rw-r--r-- | config/lightsquid/lightsquid.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/lightsquid/lightsquid.xml b/config/lightsquid/lightsquid.xml index 9dd8d820..a7d68530 100644 --- a/config/lightsquid/lightsquid.xml +++ b/config/lightsquid/lightsquid.xml @@ -262,7 +262,7 @@ Note: If using Squid 2.7 package, also do not forget to add '127.0.0.1' to Squid - Access Control - External Cache-Managers. (This is not needed for Squid 3.x.)<br/><br/> 3/ <strong>Configure 'Report Template Settings' and 'Reporting Settings and Scheduler' below and Save when finished.</strong><br/><br/> 4/ <strong>Use the Refresh buttons in the 'Manual Refresh' section below to create initial LightSquid reports</strong>; otherwise you will get an error diagnostic page.<br/> - - <em>"Refresh now"</em> will (re)parse today's entires only in Squid's current access.log.<br/> + - <em>"Refresh now"</em> will (re)parse today's entries only in Squid's current access.log.<br/> - <em>"Refresh full"</em> will (re)parse all entries in all Squid's access logs, including the rotated ones. <strong>Note: This may take long time to finish!</strong><br/> ]]> </description> @@ -399,7 +399,7 @@ <fielddescr>Manual Refresh</fielddescr> <description> <![CDATA[ - <input type="submit" name="refreshnow" id="refreshnow" value="Refresh now" /> will (re)parse today's entires only in Squid's current access.log.<br/><br/> + <input type="submit" name="refreshnow" id="refreshnow" value="Refresh now" /> will (re)parse today's entries only in Squid's current access.log.<br/><br/> <input type="submit" name="refreshfull" id="refreshfull" value="Refresh full" /> will (re)parse all entries in all Squid's access logs, including the rotated ones. <strong>Note: This may take long time to finish!</strong><br/><br/> Press a button above to start background refresh (this will take some time).<br/> |