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/09/12 21:35:28 UTC

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

Author: marcus
Date: Fri Sep 12 19:35:28 2014
New Revision: 1624625

URL: http://svn.apache.org/r1624625
Log:
Fixed broken variable name

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=1624625&r1=1624624&r2=1624625&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/msg_prop_l10n.js (original)
+++ openoffice/ooo-site/trunk/content/msg_prop_l10n.js Fri Sep 12 19:35:28 2014
@@ -18,8 +18,7 @@ var l10n = new Object();
 									// "true" = Show the box, "false" = Do not show.
 l10n.index_event_box_show			= true;
 									// Logo graphic.
-// l10n.index_event_box_graphic_src		= "http://www.apache.org/ads/ApacheCon/2014-eu-234x60.png";
-l10n.index_event_box_src			= "http://www.openoffice.org/images/2014-eu-234x60.png";
+l10n.index_event_box_graphic_src		= "http://www.openoffice.org/images/2014-eu-234x60.png";
 									// Alternative text for the graphic.
 l10n.index_event_box_graphic_alt		= "Logo ApacheCon Europe 2014";
 									// Make the graphic clickable with a link.