summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_gre.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/interfaces_gre.php')
-rw-r--r--usr/local/www/interfaces_gre.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_gre.php b/usr/local/www/interfaces_gre.php
index 1a40992..53ac08a 100644
--- a/usr/local/www/interfaces_gre.php
+++ b/usr/local/www/interfaces_gre.php
@@ -61,9 +61,9 @@ function gre_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_gres[$_GET['id']]))
- $input_errors[] = getext("Wrong index supplied");
+ $input_errors[] = gettext("Wrong index supplied");
/* check if still in use */
else if (gre_inuse($_GET['id'])) {
$input_errors[] = gettext("This GRE tunnel cannot be deleted because it is still being used as an interface.");
OpenPOWER on IntegriCloud