aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_download_rules.php
diff options
context:
space:
mode:
authorrobiscool <robrob2626@yahoo.com>2009-06-18 12:17:24 -0700
committerrobiscool <robrob2626@yahoo.com>2009-06-18 12:17:24 -0700
commitb19175d8e19e1056f660f351cd63b6289fa25893 (patch)
treebe1a98b40d2a2605e81759a4d2a74c673b82fa97 /config/snort/snort_download_rules.php
parent5298dc5f55275ec1dba45f062064961f67f99cb2 (diff)
downloadpfsense-packages-b19175d8e19e1056f660f351cd63b6289fa25893.tar.gz
pfsense-packages-b19175d8e19e1056f660f351cd63b6289fa25893.tar.bz2
pfsense-packages-b19175d8e19e1056f660f351cd63b6289fa25893.zip
fix typo
Diffstat (limited to 'config/snort/snort_download_rules.php')
-rw-r--r--config/snort/snort_download_rules.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/snort/snort_download_rules.php b/config/snort/snort_download_rules.php
index 598d59b6..8d1a1edc 100644
--- a/config/snort/snort_download_rules.php
+++ b/config/snort/snort_download_rules.php
@@ -348,8 +348,8 @@ if (file_exists("{$tmpfname}/{$snort_filename}")) {
update_all_status($static_output);
update_status(gettext("Done downloading rules file."));
if (150000 > filesize("{$tmpfname}/$snort_filename")){
- update_status(gettext("There is on error with snort rules download..."));
- update_output_window(gettext("Snort rules file download failed..."));
+ update_status(gettext("Error with the snort rules download..."));
+ update_output_window(gettext("Snort rules file downloaded failed..."));
exit(0);
}
}