Author: marcus
Date: Mon Jun 2 19:44:54 2014
New Revision: 1599328
URL: http://svn.apache.org/r1599328
Log:
Fixed typos
Modified:
openoffice/ooo-site/trunk/content/download/test/download_droplist.js
Modified: openoffice/ooo-site/trunk/content/download/test/download_droplist.js
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download_droplist.js?rev=1599328&r1=1599327&r2=1599328&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_droplist.js
(original)
+++ openoffice/ooo-site/trunk/content/download/test/download_droplist.js Mon
Jun 2 19:44:54 2014
@@ -1316,7 +1316,7 @@ function getLinkSel() {
// Set the values in the sub-green box for the 3 text lines.
document.getElementById( "dl_rel_info" ).innerHTML =
"<b>Release info:</b> " + REL_TEXT;
- document.getElementById( "dl_f_info" ).innerHTML =
"<b>Full installation:</b> Filesize ~ " + FILESIZE_FULL + " MByte | Signatures
and hashes: ";
+ document.getElementById( "dl_f_info" ).innerHTML =
"<b>Full installation:</b> File size ~ " + FILESIZE_FULL + " MByte | Signatures
and hashes: ";
document.getElementById( "dl_f_chk_keys" ).href =
LINK_CHK_KEYS;
document.getElementById( "dl_f_chk_keys" ).innerHTML =
"KEYS";
document.getElementById( "dl_f_chk_keys" ).title = "KEYS
signature file";
@@ -1332,7 +1332,7 @@ function getLinkSel() {
document.getElementById( "dl_f_chk_sha256" ).href =
LINK_CHK_SHA256_FULL;
document.getElementById( "dl_f_chk_sha256" ).innerHTML =
"SHA256";
document.getElementById( "dl_f_chk_sha256" ).title =
"SHA256 hash for: " + FILENAME_FULL;
- document.getElementById( "dl_lp_info" ).innerHTML =
"<b>Language pack:</b> Filesize ~ " + FILESIZE_LP + " MByte | Signatures and
hashes: ";
+ document.getElementById( "dl_lp_info" ).innerHTML =
"<b>Language pack:</b> File size ~ " + FILESIZE_LP + " MByte | Signatures and
hashes: ";
document.getElementById( "dl_lp_chk_keys" ).href =
LINK_CHK_KEYS;
document.getElementById( "dl_lp_chk_keys" ).innerHTML =
"KEYS";
document.getElementById( "dl_lp_chk_keys" ).title = "KEYS
signature file";