diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-10-08 22:07:45 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-10-08 22:07:45 +0000 |
commit | ec3776139792e2b79fd856e1454f970a7e5d6af5 (patch) | |
tree | f87142212c8612eb4b1ab791b5012305f8e433a0 | |
parent | eb7fc8ca310e18c5a93532bf60dc11bd07b7ce65 (diff) | |
download | pfsense-packages-ec3776139792e2b79fd856e1454f970a7e5d6af5.tar.gz pfsense-packages-ec3776139792e2b79fd856e1454f970a7e5d6af5.tar.bz2 pfsense-packages-ec3776139792e2b79fd856e1454f970a7e5d6af5.zip |
Make checkbox description uniform.
-rw-r--r-- | packages/snort/snort.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/snort/snort.xml b/packages/snort/snort.xml index e6b50d24..8bb6cc16 100644 --- a/packages/snort/snort.xml +++ b/packages/snort/snort.xml @@ -158,14 +158,14 @@ <field> <fielddescr>Block offenders</fielddescr> <fieldname>blockoffenders</fieldname> - <description>Automatically block hosts that generate a snort alert.</description> + <description>Checking this option will automatically block hosts that generate a snort alert.</description> <type>checkbox</type> <size>60</size> </field> <field> <fielddescr>Update rules automatically</fielddescr> <fieldname>automaticrulesupdate</fieldname> - <description>Automatically check for and update rules once a week from snort.org.</description> + <description>Checking this option will automatically check for and update rules once a week from snort.org.</description> <type>checkbox</type> </field> <field> |