Further polish
diff --git a/_index.html b/_index.html
index bf6c1fd..7008793 100755
--- a/_index.html
+++ b/_index.html
@@ -23,7 +23,7 @@
 TCF is a lightweight, extensible network protocol for driving embedded systems (targets).
 </p><p>
 On top of the protocol, TCF provides a complete modern debugger for C/C++ and Ada, as well as the "Target Explorer" 
-for connection management. TCF works out of the box for Intel, PPC and ARM Linux targets 
+for system management. TCF works out of the box for Intel, PPC and ARM Linux targets 
 including the Raspberry Pi. It supports Proxying and Tunneling for IoT devices, and is particularly strong 
 for multi-process debugging even with slow communication links.
 </p><p>
diff --git a/_projectCommon.php b/_projectCommon.php
index 722e947..15c2d28 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -37,7 +37,7 @@
 	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
 	$Nav->addNavSeparator("TCF", 	"/tcf");
 	# Break the navigation into sections
-    $Nav->addCustomNav("About the project", "http://projects.eclipse.org/projects/tools.cdt.tcf", "_self", 1);
+    $Nav->addCustomNav("About", "http://projects.eclipse.org/projects/tools.cdt.tcf", "_self", 1);
 	$Nav->addCustomNav("Download", "/tcf/downloads.php", "_self", 2);
 	$Nav->addCustomNav("Documentation", "/tcf/documentation.php", "_self", 2);
 	$Nav->addCustomNav("Support", "/tcf/support.php", "_self", 2);