summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-08-06 01:06:22 +0000
committerBill Marquette <billm@pfsense.org>2005-08-06 01:06:22 +0000
commitf5059a6a5af025589313013f5c305238386e27f9 (patch)
treeeaf044caf518f5bbdf67b668c2d9700650031130
parent8072f0873e0eb8f4e68e25be3480521bdd89a18b (diff)
downloadpfsense-f5059a6a5af025589313013f5c305238386e27f9.zip
pfsense-f5059a6a5af025589313013f5c305238386e27f9.tar.gz
Fix english
-rw-r--r--etc/inc/filter.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index bfbfe8e..95b23e5 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -148,8 +148,8 @@ function filter_configure_sync() {
$line_split = split("\n", $rules_file);
if(is_array($line_split))
$line_error = "The line in question reads [{$line_number}]: " . $line_split[$line_number];
- file_notice("filter_load", "There was error(s) loading the rules: " . $rules_error . " " . $line_error, "Filter Reload", "");
- log_error("There was error(s) loading the rules: " . $rules_error . " - " . $line_error);
+ file_notice("filter_load", "There were error(s) loading the rules: " . $rules_error . " " . $line_error, "Filter Reload", "");
+ log_error("There were error(s) loading the rules: " . $rules_error . " - " . $line_error);
return;
}
OpenPOWER on IntegriCloud