diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-14 22:17:09 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-14 22:17:09 +0200 |
commit | bd2c369be01a5c5dca9f76c1c34b33ef381225da (patch) | |
tree | 4c4c959e247bd7c5e84d7e35a1639bfc20359f87 /config/squid3/34/squid_monitor.php | |
parent | 5e67138a537b9d6355b90f91df7364b289e25a37 (diff) | |
download | pfsense-packages-bd2c369be01a5c5dca9f76c1c34b33ef381225da.tar.gz pfsense-packages-bd2c369be01a5c5dca9f76c1c34b33ef381225da.tar.bz2 pfsense-packages-bd2c369be01a5c5dca9f76c1c34b33ef381225da.zip |
Use consistent case in tabs name
Diffstat (limited to 'config/squid3/34/squid_monitor.php')
-rwxr-xr-x | config/squid3/34/squid_monitor.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squid3/34/squid_monitor.php b/config/squid3/34/squid_monitor.php index f178bacc..840d9a60 100755 --- a/config/squid3/34/squid_monitor.php +++ b/config/squid3/34/squid_monitor.php @@ -74,7 +74,7 @@ include("head.inc"); $tab_array[] = array(gettext("Web Servers"), false, "/pkg.php?xml=squid_reverse_peer.xml"); $tab_array[] = array(gettext("Mappings"), false, "/pkg.php?xml=squid_reverse_uri.xml"); $tab_array[] = array(gettext("Redirects"), false, "/pkg.php?xml=squid_reverse_redir.xml"); - $tab_array[] = array(gettext("Real time"), true, "/squid_monitor.php?menu=reverse"); + $tab_array[] = array(gettext("Real Time"), true, "/squid_monitor.php?menu=reverse"); $tab_array[] = array(gettext("Sync"), false, "/pkg_edit.php?xml=squid_reverse_sync.xml"); } else { $tab_array[] = array(gettext("General"), false, "/pkg_edit.php?xml=squid.xml&id=0"); @@ -85,7 +85,7 @@ include("head.inc"); $tab_array[] = array(gettext("Traffic Mgmt"), false, "/pkg_edit.php?xml=squid_traffic.xml&id=0"); $tab_array[] = array(gettext("Authentication"), false, "/pkg_edit.php?xml=squid_auth.xml&id=0"); $tab_array[] = array(gettext("Users"), false, "/pkg.php?xml=squid_users.xml"); - $tab_array[] = array(gettext("Real time"), true, "/squid_monitor.php"); + $tab_array[] = array(gettext("Real Time"), true, "/squid_monitor.php"); $tab_array[] = array(gettext("Sync"), false, "/pkg_edit.php?xml=squid_sync.xml"); } display_top_tabs($tab_array); |