You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2014/07/13 00:20:21 UTC

svn commit: r915994 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/download.js

Author: buildbot
Date: Sat Jul 12 22:20:20 2014
New Revision: 915994

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/test/download.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 12 22:20:20 2014
@@ -1 +1 @@
-1610070
+1610072

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 12 22:20:20 2014
@@ -1 +1 @@
-1610070
+1610072

Modified: websites/staging/ooo-site/trunk/content/download/test/download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/download.js (original)
+++ websites/staging/ooo-site/trunk/content/download/test/download.js Sat Jul 12 22:20:20 2014
@@ -277,7 +277,7 @@ DL.fillLanguageSelection = function() {
 		// Assign the language name as "Native name" (or English name if localization is not available).
 		option.text  = DL.SEL_LANG[ i + 1 ];
 		// Assign the language as "English name (ISO code)" as title.
-		option.title = DL.SEL_LANG[ i + 2 ];
+		option.title = DL.SEL_LANG[ i + 2 ] + " (" + DL.SEL_LANG[ i ] + ")";
 		// Add the new option to the already existing ones.
 		selection.appendChild( option );
 	}