diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-07-24 19:51:34 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-07-24 19:51:34 -0300 |
commit | c1b0c1d67fcd478f0f84d0ffb9bf3932108910e2 (patch) | |
tree | 57b93b76ff26b26abdee04fb89e8b38b3a4fb11b /config/snort/snort_blocked.php | |
parent | b41124dfb83fdb2e5bb8e840f8390723ecda7a7d (diff) | |
parent | bbcb47d8674c85e8aa6183951fc44c3416ac3487 (diff) | |
download | pfsense-packages-c1b0c1d67fcd478f0f84d0ffb9bf3932108910e2.tar.gz pfsense-packages-c1b0c1d67fcd478f0f84d0ffb9bf3932108910e2.tar.bz2 pfsense-packages-c1b0c1d67fcd478f0f84d0ffb9bf3932108910e2.zip |
Merge pull request #688 from bmeeks8/snort-2.9.6.2-v3.1
Diffstat (limited to 'config/snort/snort_blocked.php')
-rw-r--r-- | config/snort/snort_blocked.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_blocked.php b/config/snort/snort_blocked.php index 76d5a9df..97301a0f 100644 --- a/config/snort/snort_blocked.php +++ b/config/snort/snort_blocked.php @@ -185,7 +185,7 @@ if ($savemsg) { <input name="download" type="submit" class="formbtns" value="Download" title="<?=gettext("Download list of blocked hosts as a gzip archive");?>"/> <?php echo gettext("All blocked hosts will be saved."); ?> <input name="remove" type="submit" class="formbtns" value="Clear" title="<?=gettext("Remove blocks for all listed hosts");?>" - onClick="return confirm('<?=gettext("Are you sure you want to remove all blocked hosts? Click OK to continue or CANCLE to quit.");?>');"/> + onClick="return confirm('<?=gettext("Are you sure you want to remove all blocked hosts? Click OK to continue or CANCEL to quit.");?>');"/> <span class="red"><strong><?php echo gettext("Warning:"); ?></strong></span> <?php echo gettext("all hosts will be removed."); ?> </td> </tr> |