Update deprecated message

Signed-off-by: Christopher Guindon <chris.guindon@eclipse.org>
diff --git a/_projectCommon.php b/_projectCommon.php
index 4cb43b5..00e596e 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -6,7 +6,7 @@
 	$theme = "solstice";
 	$App->Promotion = FALSE;
 	
-	$App->setOutDated('2011-11-11' ,'<a href="https://projects.eclipse.org/releases/callisto">Callisto</a> is a previous version of Eclipse, please visit our <a href="/downloads/">download</a> page for the latest version of Eclipse. ');
+	$App->setOutDated('2011-11-11' ,'<a href="https://projects.eclipse.org/releases/callisto">Callisto</a> is a past version of Eclipse. Please visit our <a href="/downloads/">download</a> page for the latest version of Eclipse. ');
 	
 
 ?>