summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-30 02:27:33 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-30 02:27:33 -0400
commit0e11e138946e537a70aec163bb097808f874593e (patch)
tree070081d5c507a8e804c5d6b5856bc3303f61113c /etc/inc/pkg-utils.inc
parentea8a58ea64a023bb859cf74c33bde11bce582d41 (diff)
downloadpfsense-0e11e138946e537a70aec163bb097808f874593e.zip
pfsense-0e11e138946e537a70aec163bb097808f874593e.tar.gz
Unbreak english
Diffstat (limited to 'etc/inc/pkg-utils.inc')
-rw-r--r--etc/inc/pkg-utils.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index 6e761d2..4f52f69 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -992,8 +992,8 @@ function pkg_build_filter_rules() {
$error = "";
$status = mwexec("/sbin/pfctl -nf {$g['tmp_path']}/rules.nat.packages");
if ($status <> 0) {
- log_error("Packages nat rules have problems!");
- $error = "Packages nat rules have problems!";
+ log_error("There was an error while parsing the NAT package rules.");
+ $error = "There was an error while parsing the NAT package rules.";
}
$status = mwexec("/sbin/pfctl -nf {$g['tmp_path']}/rules.packages");
if ($status <> 0) {
OpenPOWER on IntegriCloud