summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2014-10-31 07:55:10 +0545
committerPhil Davis <phil.davis@inf.org>2014-10-31 07:55:10 +0545
commit95169728d8dd93f9fa98b07ef9d768be660f5c68 (patch)
tree688dad9c96e47658a762027952a9a4115936920f
parentc69f62b8f98b3409351e7825c19f0f4a460ce09c (diff)
downloadpfsense-95169728d8dd93f9fa98b07ef9d768be660f5c68.zip
pfsense-95169728d8dd93f9fa98b07ef9d768be660f5c68.tar.gz
More gettext typos
-rw-r--r--usr/local/www/interfaces_gif.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/interfaces_gif.php b/usr/local/www/interfaces_gif.php
index 5ef00bf..b7307ce 100644
--- a/usr/local/www/interfaces_gif.php
+++ b/usr/local/www/interfaces_gif.php
@@ -3,7 +3,7 @@
/*
interfaces_gif.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
@@ -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.");
OpenPOWER on IntegriCloud