diff options
author | robiscool <robrob2626@yahoo.com> | 2009-06-18 12:17:24 -0700 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2009-06-18 12:17:24 -0700 |
commit | b19175d8e19e1056f660f351cd63b6289fa25893 (patch) | |
tree | be1a98b40d2a2605e81759a4d2a74c673b82fa97 /config | |
parent | 5298dc5f55275ec1dba45f062064961f67f99cb2 (diff) | |
download | pfsense-packages-b19175d8e19e1056f660f351cd63b6289fa25893.tar.gz pfsense-packages-b19175d8e19e1056f660f351cd63b6289fa25893.tar.bz2 pfsense-packages-b19175d8e19e1056f660f351cd63b6289fa25893.zip |
fix typo
Diffstat (limited to 'config')
-rw-r--r-- | config/snort/snort_download_rules.php | 4 |
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); } } |