Author: marcus
Date: Thu May 29 18:52:43 2014
New Revision: 1598367

URL: http://svn.apache.org/r1598367
Log:
Hint text: Show also the ISO code when a language is not support

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=1598367&r1=1598366&r2=1598367&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_droplist.js 
(original)
+++ openoffice/ooo-site/trunk/content/download/test/download_droplist.js Thu 
May 29 18:52:43 2014
@@ -1218,7 +1218,8 @@ function getLinkSel( rel_mode ) {
                }
                // Show an error message that the chosen items do not lead to a 
download.
                error_text = "Apache OpenOffice " + VERSION_SEL + " is not 
available for <b>" + RELEASE_LANG[ 1 ]
-                            + " (" + RELEASE_LANG[ 2 ] + ")</b>.<br />Please 
choose another language or version.";
+                            + " (" + RELEASE_LANG[ 2 ] + ") (" + LANG_SEL + 
")</b>."
+                            + "<br />Please choose another language or 
version.";
 
                showErrorMessage( error_text );
 


Reply via email to