Changed file for the AOO 4.1.12 release
diff --git a/assets/download/download.js b/assets/download/download.js
index 183924e..5e02b0f 100644
--- a/assets/download/download.js
+++ b/assets/download/download.js
@@ -104,7 +104,7 @@
 	DL.RELEASE_PLATFORM		= "";	 // The platform in the release matrix array.
 	DL.RELEASE_LANG			= "";	 // The language specific data depending on LANG_ISO.
 	DL.RELEASE_TEXT			= "";	 // The release data (milestone, build ID, svn rev, release date).
-	DL.RELEASE_NOTES			= "";	 // The complete URL for the release notes (depends on version).
+	DL.RELEASE_NOTES		= "";	 // The complete URL for the release notes (depends on version).
 	DL.FILENAME_FULL		= "";	 // The complete filename of the download URL (full install).
 	DL.FILENAME_LP			= "";	 // The complete filename of the download URL (langpack).
 	DL.FILESIZE_FULL		= -1;	 // The filesize of the download file (full install).