Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Guindon2016-07-07 20:39:15 +0000
committerChristopher Guindon2016-07-07 20:39:57 +0000
commitf0c358aaa88e1fc02863857bcb1918b09a907d30 (patch)
tree62e51403cba5556aea3572cff5a081da79a1515c
parent62e8350d7d85407ec8106afca243b54571462c51 (diff)
downloadeclipse.org-common-f0c358aaa88e1fc02863857bcb1918b09a907d30.tar.gz
eclipse.org-common-f0c358aaa88e1fc02863857bcb1918b09a907d30.tar.xz
eclipse.org-common-f0c358aaa88e1fc02863857bcb1918b09a907d30.zip
Bug 497408 - Update downloads page content (Installer section) for
post-Mars releases Signed-off-by: Christopher Guindon <chris.guindon@eclipse.org>
-rw-r--r--classes/downloads/view/eclipseInstaller_instructions.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/classes/downloads/view/eclipseInstaller_instructions.php b/classes/downloads/view/eclipseInstaller_instructions.php
index e04f9319..cdc7f5c8 100644
--- a/classes/downloads/view/eclipseInstaller_instructions.php
+++ b/classes/downloads/view/eclipseInstaller_instructions.php
@@ -18,11 +18,12 @@
</p>
<h1>5 Steps to Install Eclipse</h1>
-<p class="lead">For the Mars release, we are introducing a new Eclipse installer.
-This is a new and more efficient way to install Eclipse. It is a proper
-installer, so no more zip files, with a self extracting download that
-will lead you through the installation experience. For those not into
-installers, we still have the packages and zip files available on our download pages.</p>
+<p class="lead">
+We've recently introduced the Eclipse Installer, a new and more efficient way
+to install Eclipse. It is a proper installer (no zip files), with a
+self-extracting download that leads you through the installation process. For
+those who prefer not to use the Installer, the packages and zip files are still
+available on our <a href="/downloads/eclipse-packages/">package download</a> page.</p>
<hr>
<h2>1. Download the Eclipse Installer</h2>
<?php if (!empty($platforms)) :?>

Back to the top