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 2013/08/11 19:45:00 UTC

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

Author: marcus
Date: Sun Aug 11 17:45:00 2013
New Revision: 1512977

URL: http://svn.apache.org/r1512977
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=1512977&r1=1512976&r2=1512977&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/analyze.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/analyze.html Sun Aug 11 17:45:00 2013
@@ -5,7 +5,7 @@
   <title>Apache OpenOffice Downloads - Analyze errors</title>
   <script type="text/javascript" src="globalvars.js"></script>
   <script type="text/javascript" src="languages.js"></script>
-  <script type="text/javascript" src="download_l10n.js"></script>
+  <script type="text/javascript" src="download_l10n_en.js"></script>
   <script type="text/javascript" src="release_matrix.js"></script>
   <script type="text/javascript" src="download.js"></script>
   <style type="text/css">
@@ -49,7 +49,7 @@
       + " - Build ID " + BUILD + " - SVN " + SVN_REV + "'>Download Apache OpenOffice " + VERSION + "</a></h2>"
       + "<p><a href='" + LINK + "' title='Version " + VERSION + " - Milestone " + MILESTONE + " - Build ID " + BUILD
       + " - SVN " + SVN_REV + "'>Click here for the most recent version for:<br />"
-      + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> (~" + FILESIZE + " MByte).</a></p>" );
+      + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> (~" + FILESIZE + " MByte)</a></p>" );
     } else {
       // OS and/or package manager was not recognized, therefore use "other.html" as download link.
       document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
@@ -92,7 +92,7 @@
   + "<a href='../../porting/index.html'"
   + "title='Get Apache OpenOffice software packaged as portable USB versions and third-party ports'>"
   + "<b>Portable USB versions</b> and third-party ports</a> | "
-  + "Older and legacy versions: <a href='../other-341.html' title='Get the old version of Apache OpenOffice "
+  + "Old and legacy version: <a href='../other-341.html' title='Get the old version of Apache OpenOffice "
   + OLDVERSION + "'><b>" + OLDVERSION + "</b></a> + "
   + "<a href='../legacy/index.html' title='Get the legacy version of OpenOffice.org "
   + LEGACYVERSION + "'><b>" + LEGACYVERSION + "</b></a>" );