From 24516832eaa85d97b9d01d854ce2dd052d94dd0a Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 31 Oct 2014 08:07:23 +0545 Subject: [PATCH] Fix getext to gettext typo --- usr/local/www/interfaces_gif.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/www/interfaces_gif.php b/usr/local/www/interfaces_gif.php index 128b26e31..b9664c128 100644 --- a/usr/local/www/interfaces_gif.php +++ b/usr/local/www/interfaces_gif.php @@ -60,9 +60,9 @@ function gif_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_gifs[$_GET['id']])) - $input_errors[] = getext("Wrong index supplied"); + $input_errors[] = gettext("Wrong index supplied"); /* check if still in use */ else if (gif_inuse($_GET['id'])) { $input_errors[] = gettext("This gif TUNNEL cannot be deleted because it is still being used as an interface.");