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/05/19 20:52:03 UTC

svn commit: r1595989 - /openoffice/ooo-site/trunk/content/download/test/download_droplist.js

Author: marcus
Date: Mon May 19 18:52:03 2014
New Revision: 1595989

URL: http://svn.apache.org/r1595989
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=1595989&r1=1595988&r2=1595989&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_droplist.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download_droplist.js Mon May 19 18:52:03 2014
@@ -804,9 +804,9 @@ function resetSel() {
 
 	// Set the values for all elements that should not be empty.
 	document.getElementById( "dl_f_lnk" ).text		= "No full install selected";
-	document.getElementById( "dl_f_lnk" ).title		= "Please select correct items form the select boxes.";
+	document.getElementById( "dl_f_lnk" ).title		= "Please select correct items from the select boxes.";
 	document.getElementById( "dl_lp_lnk" ).text		= "No language pack selected";
-	document.getElementById( "dl_lp_lnk" ).title		= "Please select correct items form the select boxes.";
+	document.getElementById( "dl_lp_lnk" ).title		= "Please select correct items from the select boxes.";
 /*
 	// Emtpy the values for the both download text buttons.
 	document.getElementById( "dl_f_lnk" ).href		= "";