summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2013-07-08 08:31:37 -0500
committerChris Buechler <cmb@pfsense.org>2013-07-08 08:31:56 -0500
commitdf1b3eb700ef9e259b3a32eba310c8644fe72329 (patch)
treedf7d3452aa5a7befdffff3bcf3ccd326b5874ea6
parentfc654f2c36186af8aaf59a1feedce5b343df1252 (diff)
downloadpfsense-df1b3eb700ef9e259b3a32eba310c8644fe72329.zip
pfsense-df1b3eb700ef9e259b3a32eba310c8644fe72329.tar.gz
touch up text
-rwxr-xr-xusr/local/www/firewall_aliases.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_aliases.php b/usr/local/www/firewall_aliases.php
index 845a957..db4c58a 100755
--- a/usr/local/www/firewall_aliases.php
+++ b/usr/local/www/firewall_aliases.php
@@ -173,7 +173,7 @@ include("head.inc");
$tab_array = array();
$tab_array[] = array(gettext("IP"),($tab=="ip" ? true : ($tab=="host" ? true : ($tab == "network" ? true : false))), "/firewall_aliases.php?tab=ip");
$tab_array[] = array(gettext("Ports"), ($tab=="port"? true : false), "/firewall_aliases.php?tab=port");
- $tab_array[] = array(gettext("Urls"), ($tab=="url"? true : false), "/firewall_aliases.php?tab=url");
+ $tab_array[] = array(gettext("URLs"), ($tab=="url"? true : false), "/firewall_aliases.php?tab=url");
$tab_array[] = array(gettext("All"), ($tab=="all"? true : false), "/firewall_aliases.php?tab=all");
display_top_tabs($tab_array);
?>
OpenPOWER on IntegriCloud