summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-12 14:43:55 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-12 14:43:55 -0300
commit48ba486a7ec3b69947debfdb9763649097692387 (patch)
treec51863141c29b2fd74c36170c83b1f448c29be04 /usr/local/www/firewall_aliases_edit.php
parent4fe84f510a1c933d783e2f4fc398774b740e5392 (diff)
downloadpfsense-48ba486a7ec3b69947debfdb9763649097692387.zip
pfsense-48ba486a7ec3b69947debfdb9763649097692387.tar.gz
Checked gettext() implementation on firewall_aliases_edit.php
Diffstat (limited to 'usr/local/www/firewall_aliases_edit.php')
-rwxr-xr-xusr/local/www/firewall_aliases_edit.php2
1 files changed, 1 insertions, 1 deletions
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) {
OpenPOWER on IntegriCloud