summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_vlan.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2014-10-31 08:09:39 +0545
committerPhil Davis <phil.davis@inf.org>2014-10-31 08:09:39 +0545
commitc656bc75f81c40b07c0a6ad3af427bb3566c62a8 (patch)
tree614bc692057381f1fc622bc782640a253412b636 /usr/local/www/interfaces_vlan.php
parent41aa5cd4da59bc509cd360049c0c67eb0681b18a (diff)
downloadpfsense-c656bc75f81c40b07c0a6ad3af427bb3566c62a8.zip
pfsense-c656bc75f81c40b07c0a6ad3af427bb3566c62a8.tar.gz
Fix getext to gettext typo
Diffstat (limited to 'usr/local/www/interfaces_vlan.php')
-rw-r--r--usr/local/www/interfaces_vlan.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_vlan.php b/usr/local/www/interfaces_vlan.php
index e8acce9..1c6c13f 100644
--- a/usr/local/www/interfaces_vlan.php
+++ b/usr/local/www/interfaces_vlan.php
@@ -61,9 +61,9 @@ function vlan_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_vlans[$_GET['id']]))
- $input_errors[] = getext("Wrong index supplied");
+ $input_errors[] = gettext("Wrong index supplied");
/* check if still in use */
else if (vlan_inuse($_GET['id'])) {
$input_errors[] = gettext("This VLAN cannot be deleted because it is still being used as an interface.");
OpenPOWER on IntegriCloud