summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_aliases_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-10-04 11:04:55 +0545
committerPhil Davis <phil.davis@inf.org>2015-10-04 11:04:55 +0545
commit5215809d8e7fb8ad9a6838b59efa97db38b86170 (patch)
tree502d8adb89003c1a220a039cc9bbdc9f40f1f0b6 /src/usr/local/www/firewall_aliases_edit.php
parentd42b970ed8fb67491bfbbda0bd44e6d3fa0ab95f (diff)
downloadpfsense-5215809d8e7fb8ad9a6838b59efa97db38b86170.zip
pfsense-5215809d8e7fb8ad9a6838b59efa97db38b86170.tar.gz
Inconsistent aming of labels for alias types
In firewall aliases edit, if you select URL Table (IPs) then the row label said just "URL (IPs)" But if you select URL Table (Ports) then the row label says "URL Table (Ports)" That was inconsistent. I have chosen to add the word "Table" here. We could just as easily remove the work "Table" from the line below.
Diffstat (limited to 'src/usr/local/www/firewall_aliases_edit.php')
-rwxr-xr-xsrc/usr/local/www/firewall_aliases_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_aliases_edit.php b/src/usr/local/www/firewall_aliases_edit.php
index b2940a9..8e2ccee 100755
--- a/src/usr/local/www/firewall_aliases_edit.php
+++ b/src/usr/local/www/firewall_aliases_edit.php
@@ -571,7 +571,7 @@ $label_str = array(
'port' => gettext("Port"),
'url' => gettext("URL (IPs)"),
'url_ports' => gettext("URL (Ports)"),
- 'urltable' => gettext("URL (IPs)"),
+ 'urltable' => gettext("URL Table (IPs)"),
'urltable_ports' => gettext("URL Table (Ports)")
);
OpenPOWER on IntegriCloud