summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-07 22:10:51 +0545
committerPhil Davis <phil.davis@inf.org>2015-12-07 22:10:51 +0545
commit35e05b7ff2a5243da52d35523c86f53c31c7e24b (patch)
treeb810e4774a6d6c591b5c922463bef920decc04cf /src/usr
parentbf93476c337524e9ddecc2117faadb4240a5d4f5 (diff)
downloadpfsense-35e05b7ff2a5243da52d35523c86f53c31c7e24b.zip
pfsense-35e05b7ff2a5243da52d35523c86f53c31c7e24b.tar.gz
Fix inconsistent lower case in menus
Everything else had all the "real"words capitalized expect these 2 menu entries. That seemed odd.
Diffstat (limited to 'src/usr')
-rwxr-xr-xsrc/usr/local/www/head.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index c951d6e..7a4066e 100755
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -252,7 +252,7 @@ if ($g['services_dhcp_server_enable']) {
}
$services_menu[] = array(gettext("Dynamic DNS"), "/services_dyndns.php");
-$services_menu[] = array(gettext("IGMP proxy"), "/services_igmpproxy.php");
+$services_menu[] = array(gettext("IGMP Proxy"), "/services_igmpproxy.php");
$services_menu[] = array(gettext("Load Balancer"), "/load_balancer_pool.php");
$services_menu[] = array(gettext("NTP"), "/services_ntpd.php");
$services_menu[] = array(gettext("PPPoE Server"), "/vpn_pppoe.php");
@@ -377,7 +377,7 @@ if (!$g['disablehelpmenu']) {
$help_menu[] = array(gettext("Developers Wiki"), "https://www.pfsense.org/j.php?jumpto=devwiki");
$help_menu[] = array(gettext("Paid Support"), "https://www.pfsense.org/j.php?jumpto=portal");
$help_menu[] = array(gettext("pfSense Book"), "https://www.pfsense.org/j.php?jumpto=book");
- $help_menu[] = array(gettext("Search portal"), "https://www.pfsense.org/j.php?jumpto=searchportal");
+ $help_menu[] = array(gettext("Search Portal"), "https://www.pfsense.org/j.php?jumpto=searchportal");
$help_menu[] = array(gettext("FreeBSD Handbook"), "https://www.pfsense.org/j.php?jumpto=fbsdhandbook");
$help_menu = msort(array_merge($help_menu, return_ext_menu("Help")), 0);
}
OpenPOWER on IntegriCloud