Skip to content

Commit

Permalink
Merge pull request #1886 from thisandagain/bugfix/1880
Browse files Browse the repository at this point in the history
Remove references to Linux for the Scratch 2.0 offline editor
  • Loading branch information
thisandagain committed May 16, 2018
2 parents c6e4b2e + 32fc959 commit a418935
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/components/news/news.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
15 changes: 1 addition & 14 deletions src/views/download/download.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`
};
}

Expand Down Expand Up @@ -143,12 +142,6 @@ class Download extends React.Component {
<FormattedMessage id="download.download" />
</a>
</li>
<li className="installation-downloads-item">
<FormattedMessage id="download.linux" /> -
{' '}<a href="http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRInstaller.bin">
<FormattedMessage id="download.download" />
</a>
</li>
</ul>
</div>
<div className="installation-column">
Expand Down Expand Up @@ -180,12 +173,6 @@ class Download extends React.Component {
<FormattedMessage id="download.download" />
</a>
</li>
<li className="installation-downloads-item">
<FormattedMessage id="download.linux" /> -
{' '}<a href={downloadUrls.linux}>
<FormattedMessage id="download.download" />
</a>
</li>
</ul>
]}
{this.state.swfVersion === -1 ? [
Expand Down
3 changes: 1 addition & 2 deletions src/views/download/l10n.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"download.title": "Scratch 2.0 Offline Editor",
"download.intro": "You can install the Scratch 2.0 editor to work on projects without an internet connection. This version will work on Mac, Windows, and some versions of Linux (32 bit).",
"download.intro": "You can install the Scratch 2.0 editor to work on projects without an internet connection. This version will work on Windows and MacOS.",
"download.introMac": "<b>Note for Mac Users:</b> the latest version of Scratch 2.0 Offline requires Adobe AIR 20. To upgrade to Adobe AIR 20 manually, go <a href=\"https://get.adobe.com/air/\">here</a>.",
"download.installation": "Installation",
"download.airTitle": "Adobe AIR",
"download.airBody": "If you don't already have it, download and install the latest <a href=\"http://get.adobe.com/air/\">Adobe AIR</a>",
"download.macOSX": "Mac OS X",
"download.macOlder": "Mac OS 10.5 & Older",
"download.windows": "Windows",
"download.linux": "Linux",
"download.download": "Download",
"download.offlineEditorTitle": "Scratch Offline Editor",
"download.offlineEditorBody": "Next download and install the Scratch 2.0 Offline Editor",
Expand Down

0 comments on commit a418935

Please sign in to comment.