diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2013-04-09 17:45:03 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2013-04-09 17:45:03 -0400 |
commit | 6cabee346e055501e39886fb2b3fddbb4799fcdb (patch) | |
tree | 779680428dfde15f29c3f3eb32a7e8c565bb6977 /config/snort/snort_barnyard.php | |
parent | 6e92c34f5c39d7af5fcd90b0e274ddf71a0083ce (diff) | |
download | pfsense-packages-6cabee346e055501e39886fb2b3fddbb4799fcdb.tar.gz pfsense-packages-6cabee346e055501e39886fb2b3fddbb4799fcdb.tar.bz2 pfsense-packages-6cabee346e055501e39886fb2b3fddbb4799fcdb.zip |
Add tip to restart Snort after making changes on page.
Diffstat (limited to 'config/snort/snort_barnyard.php')
-rw-r--r-- | config/snort/snort_barnyard.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/snort/snort_barnyard.php b/config/snort/snort_barnyard.php index ccbe3c26..21763745 100644 --- a/config/snort/snort_barnyard.php +++ b/config/snort/snort_barnyard.php @@ -173,10 +173,10 @@ function enable_change(enable_change) { <?php echo gettext("This will enable barnyard2 for this interface. You will also have to set the database credentials."); ?></td> </tr> <tr> - <td colspan="2" valign="top" class="listtopic"><?php echo gettext("Mysql Settings"); ?></td> + <td colspan="2" valign="top" class="listtopic"><?php echo gettext("MySQL Settings"); ?></td> </tr> <tr> - <td width="22%" valign="top" class="vncell"><?php echo gettext("Log to a Mysql Database"); ?></td> + <td width="22%" valign="top" class="vncell"><?php echo gettext("Log to a MySQL Database"); ?></td> <td width="78%" class="vtable"><input name="barnyard_mysql" type="text" class="formfld" id="barnyard_mysql" size="100" value="<?=htmlspecialchars($pconfig['barnyard_mysql']);?>"> <br> @@ -207,7 +207,7 @@ function enable_change(enable_change) { <td width="22%" valign="top"> </td> <td width="78%"><span class="vexpl"><span class="red"><strong><?php echo gettext("Note:"); ?></strong></span> <br> - <?php echo gettext("Please save your settings befor you click start."); ?> </td> + <?php echo gettext("Please save your settings before you click start."); ?> </td> </tr> </table> |