summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_lagg.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2014-10-31 08:08:54 +0545
committerPhil Davis <phil.davis@inf.org>2014-10-31 08:08:54 +0545
commit41aa5cd4da59bc509cd360049c0c67eb0681b18a (patch)
tree9c2518c4d991e5b23636152b42a98b1178325fe8 /usr/local/www/interfaces_lagg.php
parent29af62653b914c482189f4d96871c945d25b19d1 (diff)
downloadpfsense-41aa5cd4da59bc509cd360049c0c67eb0681b18a.zip
pfsense-41aa5cd4da59bc509cd360049c0c67eb0681b18a.tar.gz
Fix getext to gettext typo
Diffstat (limited to 'usr/local/www/interfaces_lagg.php')
-rw-r--r--usr/local/www/interfaces_lagg.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_lagg.php b/usr/local/www/interfaces_lagg.php
index 1a7bf00..ea95f18 100644
--- a/usr/local/www/interfaces_lagg.php
+++ b/usr/local/www/interfaces_lagg.php
@@ -66,9 +66,9 @@ function lagg_inuse($num) {
if ($_GET['act'] == "del") {
if (!isset($_GET['id']))
- $input_errors[] = getext("Wrong parameters supplied");
+ $input_errors[] = gettext("Wrong parameters supplied");
else if (empty($a_laggs[$_GET['id']]))
- $input_errors[] = getext("Wrong index supplied");
+ $input_errors[] = gettext("Wrong index supplied");
/* check if still in use */
else if (lagg_inuse($_GET['id'])) {
$input_errors[] = gettext("This LAGG interface cannot be deleted because it is still being used.");
OpenPOWER on IntegriCloud