From 91ee10c0a9c254ae725b7f08ec1016070b12b1ad Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 31 Oct 2014 07:52:13 +0545 Subject: More gettext typos --- usr/local/www/interfaces_bridge.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/local/www/interfaces_bridge.php b/usr/local/www/interfaces_bridge.php index d41ae44..6099975 100644 --- a/usr/local/www/interfaces_bridge.php +++ b/usr/local/www/interfaces_bridge.php @@ -3,7 +3,7 @@ /* interfaces_bridge.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 bridge_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_bridges[$_GET['id']])) - $input_errors[] = getext("Wrong index supplied"); + $input_errors[] = gettext("Wrong index supplied"); /* check if still in use */ else if (bridge_inuse($_GET['id'])) { $input_errors[] = gettext("This bridge cannot be deleted because it is assigned as an interface."); -- cgit v1.1