From 48ba486a7ec3b69947debfdb9763649097692387 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Ramos Date: Mon, 12 Jul 2010 14:43:55 -0300 Subject: Checked gettext() implementation on firewall_aliases_edit.php --- usr/local/www/firewall_aliases_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www') diff --git a/usr/local/www/firewall_aliases_edit.php b/usr/local/www/firewall_aliases_edit.php index ebae16a..6982673 100755 --- a/usr/local/www/firewall_aliases_edit.php +++ b/usr/local/www/firewall_aliases_edit.php @@ -278,7 +278,7 @@ if ($_POST) { } } if ($wrongaliases <> "") - $input_errors[] = sprintf(gettext("The alias(es): %s \ncannot be nested cause they are not of the same type."), $wrongaliases); + $input_errors[] = sprintf(gettext("The alias(es): %s %scannot be nested cause they are not of the same type."), $wrongaliases, " \n"); } if (!$input_errors) { -- cgit v1.1