Author: marcus
Date: Sun Jan 19 02:44:20 2014
New Revision: 1559450
URL: http://svn.apache.org/r1559450
Log:
Renamed 'Mac OS X' to 'OS X' as Apple has changed its product name already ~2
years ago
Modified:
openoffice/ooo-site/trunk/content/download/download_other.js
Modified: openoffice/ooo-site/trunk/content/download/download_other.js
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/download_other.js?rev=1559450&r1=1559449&r2=1559450&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/download_other.js (original)
+++ openoffice/ooo-site/trunk/content/download/download_other.js Sun Jan 19
02:44:20 2014
@@ -122,7 +122,7 @@ function write_header( FIRST_HEADER ) {
if ( PLATFORM.indexOf( "Linux_x86-64_deb" ) > -1 )
document.write( "<th><span style='text-align: center'
class='builds'>" + SMALL1 + "Linux <br />x86-64<br />DEB" + SMALL2 +
"</span></th>" );
if ( PLATFORM.indexOf( "MacOS_x86" ) > -1 )
- document.write( "<th><span style='text-align: center'
class='builds'>" + SMALL1 + "Mac OS<br />Intel <br />DMG" + SMALL2 +
"</span></th>" );
+ document.write( "<th><span style='text-align: center'
class='builds'>" + SMALL1 + "OS X<br />Intel <br />DMG" + SMALL2 +
"</span></th>" );
document.write( "</tr></thead>" );
}