diff --git a/src/components/news/news.json b/src/components/news/news.json
index c708faf1c..af28dfb15 100644
--- a/src/components/news/news.json
+++ b/src/components/news/news.json
@@ -2,7 +2,7 @@
{
"id": 128283902498,
"headline": "Update to Scratch Offline Editor",
- "copy": "We’ve released an update to Offline Editor which fixed bugs affecting Linux users.",
+ "copy": "We’ve released an update to Offline Editor which fixed bugs affecting Windows users.",
"url": "https://scratch.mit.edu/news#128283902498",
"image": "https://33.media.tumblr.com/695b93f4ab74c68feaef1fe03baebdd5/tumblr_inline_n0xubtT0vU1szpavb.png"
},
diff --git a/src/views/download/download.jsx b/src/views/download/download.jsx
index 1a9b905bd..e4a6bef7c 100644
--- a/src/views/download/download.jsx
+++ b/src/views/download/download.jsx
@@ -55,8 +55,7 @@ class Download extends React.Component {
downloadUrls = {
mac: `${downloadPath}${this.state.swfVersion}.dmg`,
mac105: `${downloadPath}${this.state.swfVersion}.air`,
- windows: `${downloadPath}${this.state.swfVersion}.exe`,
- linux: `${downloadPath}${this.state.swfVersion}.air`
+ windows: `${downloadPath}${this.state.swfVersion}.exe`
};
}
@@ -143,12 +142,6 @@ class Download extends React.Component {