More gettext typos

This commit is contained in:
Phil Davis 2014-10-31 07:54:07 +05:45
parent 91ee10c0a9
commit c69f62b8f9
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
/*
interfaces_gre.php
Copyright (C) 2008 Ermal Luçi
Copyright (C) 2008 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@ -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.");