diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-01-28 18:42:09 -0200 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-01-28 18:42:09 -0200 |
commit | 39d1c88b86eb5f14fff12cde2bf790a11f08a032 (patch) | |
tree | 03ed75b52882158d971ff195a62cd0b87b85dc1b | |
parent | ada08f73869460a3aadd6c00ebceb977ddc14737 (diff) | |
parent | 1612b97da9ba728b3276dd364826da3edffcda51 (diff) | |
download | pfsense-packages-39d1c88b86eb5f14fff12cde2bf790a11f08a032.tar.gz pfsense-packages-39d1c88b86eb5f14fff12cde2bf790a11f08a032.tar.bz2 pfsense-packages-39d1c88b86eb5f14fff12cde2bf790a11f08a032.zip |
Merge pull request #797 from bmeeks8/suricata_2.0.4_typos_fix
-rw-r--r-- | config/suricata/suricata_global.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/suricata/suricata_global.php b/config/suricata/suricata_global.php index eb657465..8eea8d2d 100644 --- a/config/suricata/suricata_global.php +++ b/config/suricata/suricata_global.php @@ -236,13 +236,13 @@ if ($input_errors) <tr> <td valign="top" width="8%"><input name="enable_etopen_rules" type="checkbox" value="on" onclick="enable_et_rules();" <?php if ($config['installedpackages']['suricata']['config'][0]['enable_etopen_rules']=="on") echo "checked"; ?>/></td> - <td><span class="vexpl"><?php echo gettext("ETOpen is an open source set of Snort rules whose coverage " . + <td><span class="vexpl"><?php echo gettext("ETOpen is an open source set of Suricata rules whose coverage " . "is more limited than ETPro."); ?></span></td> </tr> <tr> <td valign="top" width="8%"><input name="enable_etpro_rules" type="checkbox" value="on" onclick="enable_pro_rules();" <?php if ($config['installedpackages']['suricata']['config'][0]['enable_etpro_rules']=="on") echo "checked"; ?>/></td> - <td><span class="vexpl"><?php echo gettext("ETPro for Snort offers daily updates and extensive coverage of current malware threats."); ?></span></td> + <td><span class="vexpl"><?php echo gettext("ETPro for Suricata offers daily updates and extensive coverage of current malware threats."); ?></span></td> </tr> <tr> <td> </td> |