diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2013-05-16 19:45:10 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2013-05-16 19:45:10 -0400 |
commit | 22ac2fcf01952441d6ecc6bd0aed8ead35f2b3df (patch) | |
tree | 7dee62b1e5d295d5bb01ee9b22f9456b88e76b01 /config | |
parent | 95074b228255ad3105cd7de8ea159d0015af5daf (diff) | |
download | pfsense-packages-22ac2fcf01952441d6ecc6bd0aed8ead35f2b3df.tar.gz pfsense-packages-22ac2fcf01952441d6ecc6bd0aed8ead35f2b3df.tar.bz2 pfsense-packages-22ac2fcf01952441d6ecc6bd0aed8ead35f2b3df.zip |
Minor edits to text on page and Tooltips text.
Diffstat (limited to 'config')
-rwxr-xr-x | config/snort/snort_preprocessors.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/snort/snort_preprocessors.php b/config/snort/snort_preprocessors.php index 14e51ed3..e3b84854 100755 --- a/config/snort/snort_preprocessors.php +++ b/config/snort/snort_preprocessors.php @@ -1142,8 +1142,8 @@ include_once("head.inc"); <tr> <td width="22%" valign="top"> </td> <td width="78%"><span class="vexpl"><span class="red"><strong><?php echo gettext("Note: "); ?></strong></span> - <?php echo gettext("Please save your settings before you click Start. Preprocessor changes will rebuild the rules file. "); ?> - </br><?php echo gettext("This may take several seconds. Snort must also be restarted to activate any changes made on this screen."); ?></td> + <?php echo gettext("Please save your settings before you exit. Preprocessor changes will rebuild the rules file. This "); ?> + </br><?php echo gettext("may take several seconds. Snort must also be restarted to activate any changes made on this screen."); ?></td> </tr> </table> </td></tr></table> |