From 5215809d8e7fb8ad9a6838b59efa97db38b86170 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 4 Oct 2015 11:04:55 +0545 Subject: 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. --- src/usr/local/www/firewall_aliases_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/firewall_aliases_edit.php') 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)") ); -- cgit v1.1