diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2013-06-19 19:43:33 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2013-06-19 19:43:33 -0400 |
commit | 1aeede405eaf770da36fe5ed48c5580bf6da2fc9 (patch) | |
tree | 6ed0ebc1433e3cd5adbae5c9b81945f14f2232d1 /config/snort/snort_preprocessors.php | |
parent | 4558c829a1f83c47c05b8fd6a293f902e7d48f8e (diff) | |
download | pfsense-packages-1aeede405eaf770da36fe5ed48c5580bf6da2fc9.tar.gz pfsense-packages-1aeede405eaf770da36fe5ed48c5580bf6da2fc9.tar.bz2 pfsense-packages-1aeede405eaf770da36fe5ed48c5580bf6da2fc9.zip |
Fix wrong text in last sentence of a caption.
Diffstat (limited to 'config/snort/snort_preprocessors.php')
-rwxr-xr-x | config/snort/snort_preprocessors.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_preprocessors.php b/config/snort/snort_preprocessors.php index 8a741d4e..3f88efaa 100755 --- a/config/snort/snort_preprocessors.php +++ b/config/snort/snort_preprocessors.php @@ -618,7 +618,7 @@ include_once("head.inc"); </table> <?php echo gettext("Sets the per host limit of services to read from the Attribute Table. For a given host, if the number of " . "services read exceeds this value, an error is logged and the remainder of the services for that host are ignored. " . - "Default is ") . "<strong>" . gettext("10") . "</strong>. " . gettext("A value of 0 disables Protocol Aware Flushing."); ?>.<br/> + "Default is ") . "<strong>" . gettext("10") . "</strong>"; ?>.<br/> </td> </tr> <tr> |