summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/easyrule.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-02-12 19:40:23 +0545
committerPhil Davis <phil.davis@inf.org>2016-02-12 19:40:23 +0545
commit6d364925214bfedafe231ef1c37c71b28ab7f2ec (patch)
treec97913923260f5a2f76d36f82a705ad61a5821fe /src/etc/inc/easyrule.inc
parent2961897d1d73f951703cf0a3a5baaebc02b517f5 (diff)
downloadpfsense-6d364925214bfedafe231ef1c37c71b28ab7f2ec.zip
pfsense-6d364925214bfedafe231ef1c37c71b28ab7f2ec.tar.gz
Remove German from English message text
Diffstat (limited to 'src/etc/inc/easyrule.inc')
-rw-r--r--src/etc/inc/easyrule.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/easyrule.inc b/src/etc/inc/easyrule.inc
index 3ec6e5a..59e5d53 100644
--- a/src/etc/inc/easyrule.inc
+++ b/src/etc/inc/easyrule.inc
@@ -442,7 +442,7 @@ function easyrule_parse_unblock($int, $host, $ipproto = "inet") {
return gettext("Host unblocked successfully");
}
} else {
- return gettext("Host ist not on block list: " . $host);
+ return gettext("Host is not on block list: " . $host);
}
}
OpenPOWER on IntegriCloud