summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-08-11 18:42:22 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-08-11 18:46:48 -0600
commit4c807d76c6329b09b490a0263f072f7b4baa1d3a (patch)
treed6dee53171fbf2fa84938c4ea574c7874c7eacc0 /usr/local/www/firewall_aliases_edit.php
parent787e94645b722b3b3c7f99480a7b71c20f083396 (diff)
downloadpfsense-4c807d76c6329b09b490a0263f072f7b4baa1d3a.zip
pfsense-4c807d76c6329b09b490a0263f072f7b4baa1d3a.tar.gz
Fix text
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 b7c48e1..b0ae4a3 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -279,7 +279,7 @@ if ($_POST) {
}
}
if ($wrongaliases <> "")
- $input_errors[] = sprintf(gettext("The alias(es): %s %scannot be nested cause they are not of the same type."), $wrongaliases, " \n");
+ $input_errors[] = sprintf(gettext("The alias(es): %s %scannot be nested because they are not of the same type."), $wrongaliases, " \n");
}
if (!$input_errors) {
OpenPOWER on IntegriCloud