summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-07-28 23:27:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-07-28 23:27:13 +0000
commit4fdff4ae15ab56ffae24031867dbe616b1309e1d (patch)
tree1d6ae1ab2408a3b5a5a64cb377667a5863f0248d /usr
parentd27d8cdccbf92fccc788ce911b1d23e04bf49e47 (diff)
downloadpfsense-4fdff4ae15ab56ffae24031867dbe616b1309e1d.zip
pfsense-4fdff4ae15ab56ffae24031867dbe616b1309e1d.tar.gz
Correct error string to read "pptp" instead of "WAN".
Diffstat (limited to 'usr')
-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 03782d4..90143c1 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -104,7 +104,7 @@ if ($_POST) {
if(strtolower($_POST['name']) == "wan")
$input_errors[] = "Aliases may not be named WAN.";
if(strtolower($_POST['name']) == "pptp")
- $input_errors[] = gettext("Aliases may not be named WAN.");
+ $input_errors[] = gettext("Aliases may not be named PPTP.");
$x = is_validaliasname($_POST['name']);
if (!isset($x)) {
OpenPOWER on IntegriCloud