You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/02/11 00:29:55 UTC

svn commit: r1566850 - /openoffice/ooo-site/trunk/content/download/test/analyze.html

Author: marcus
Date: Mon Feb 10 23:29:55 2014
New Revision: 1566850

URL: http://svn.apache.org/r1566850
Log:
Updated text

Modified:
    openoffice/ooo-site/trunk/content/download/test/analyze.html

Modified: openoffice/ooo-site/trunk/content/download/test/analyze.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/analyze.html?rev=1566850&r1=1566849&r2=1566850&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/analyze.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/analyze.html Mon Feb 10 23:29:55 2014
@@ -57,14 +57,13 @@ screen reader. -->
       + "webpage.</a></p>" );
     } else if ( ARCHIVE ) {
       // If download URL contains "archive" (-> platform/OS is no longer supported),
-      // then use the ASF archive as download link.
+      // then provide a download link to the previous version.
       document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
       + LINK + "');" + "return false;\">" );
       document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>"
       + "Download Apache OpenOffice</a></h2>"
       + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + VERSION + " for "
-      + "<b>" + UI_PLATFORM + "</b> is not available. Please choose the previous version " + PREVIOUSVERSION + " from the "
-      + "archive.</a></p>" );
+      + "<b>" + UI_PLATFORM + "</b> is not available. Click here for the previous version " + PRE_VERSION + "." );
     }
   } else {
     // If browser language do not match with AOO languages, then download from an alternative webpage.