From 0e94685b3afa5ebec229976889d1e9030b3189d7 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 29 Apr 2010 14:32:30 -0300 Subject: Fix gettext issues --- usr/local/www/system_gateway_groups_edit.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'usr/local/www/system_gateway_groups_edit.php') diff --git a/usr/local/www/system_gateway_groups_edit.php b/usr/local/www/system_gateway_groups_edit.php index 6fc035f..7807ccf 100755 --- a/usr/local/www/system_gateway_groups_edit.php +++ b/usr/local/www/system_gateway_groups_edit.php @@ -96,7 +96,7 @@ if ($_POST) { continue; if ($gateway_group['name'] == $_POST['name']) { - $input_errors[] = sprintf(gettext("A gateway group with this name \"%s\" already exists."), $_POST['name']); + $input_errors[] = sprintf(gettext('A gateway group with this name "%s" already exists.'), $_POST['name']); break; } } @@ -185,9 +185,9 @@ include("head.inc"); ?>

- +

@@ -212,8 +212,7 @@ include("head.inc"); -
+
  -- cgit v1.1