Merge branch 'master' of ssh://ivinnykov@git.eclipse.org/gitroot/www.eclipse.org/subversive.git
diff --git a/_projectCommon.php b/_projectCommon.php
index eba752c..879611d 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -47,7 +47,7 @@
 	# top navigation bar
 	# To override and replace the navigation with your own, uncomment the line below.
 	$Menu->setMenuItemList(array());
-	$Menu->addMenuItem("Home", "/subversive/index.php", "_self");
+	$Menu->addMenuItem("Subversive Home", "/subversive/index.php", "_self");
 	$Menu->addMenuItem("Downloads", "/subversive/downloads.php", "_self");
 	$Menu->addMenuItem("Documentation", "/subversive/documentation.php", "_self");
 	$Menu->addMenuItem("Support", "/subversive/support.php", "_self");