Fixing the page title to confrom to trademark usage guidelines.
diff --git a/index.php b/index.php
index 7f39bcb..140cda6 100644
--- a/index.php
+++ b/index.php
@@ -22,7 +22,7 @@
 	# Define these here, or in _projectCommon.php for site-wide values
 	$pageKeywords	= "eclipse, modeling, emf, modisco, reverse engineering, modernization, mde";
 	$pageAuthor		= "Gregoire Dupe, Hugo Bruneliere";
-	$pageTitle 		= "MoDisco";
+	$pageTitle 		= "Eclipse MoDisco";
 	
 	function getModiscoNews(){
 		$xsl = new Xsltprocessor();