summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-07 15:21:26 -0200
committerRenato Botelho <renato@netgate.com>2015-12-07 15:21:26 -0200
commitff21039be3a1a5acd8b6040b3bacdf79c5210745 (patch)
tree0033340147369315b5c27326584f42aad4afe1fb /src/usr
parente03984c46d5643fc88ed5018560217e47451c7a5 (diff)
parent35e05b7ff2a5243da52d35523c86f53c31c7e24b (diff)
downloadpfsense-ff21039be3a1a5acd8b6040b3bacdf79c5210745.zip
pfsense-ff21039be3a1a5acd8b6040b3bacdf79c5210745.tar.gz
Merge pull request #2177 from phil-davis/patch-3
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