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/07/26 13:15:30 UTC

svn commit: r1613606 - /openoffice/ooo-site/trunk/content/msg_prop_l10n.js

Author: marcus
Date: Sat Jul 26 11:15:29 2014
New Revision: 1613606

URL: http://svn.apache.org/r1613606
Log:
Fixed wrong value

Modified:
    openoffice/ooo-site/trunk/content/msg_prop_l10n.js

Modified: openoffice/ooo-site/trunk/content/msg_prop_l10n.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/msg_prop_l10n.js?rev=1613606&r1=1613605&r2=1613606&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/msg_prop_l10n.js (original)
+++ openoffice/ooo-site/trunk/content/msg_prop_l10n.js Sat Jul 26 11:15:29 2014
@@ -14,7 +14,7 @@ var l10n = new Object();
 
 // The following variables are used in the "index.html" file:
 
-l10n.index_alert_box_show			= "false";
+l10n.index_alert_box_show			= false;
 l10n.index_alert_box_background_color		= "#F5A9A9";		// More see "http://html-color-codes.info/"
 l10n.index_alert_box_href			= "index.html";		// Make the whole alert box clickable with a link.
 									// Maximum 49 characters.