diff --git a/src/views/download/download.jsx b/src/views/download/download.jsx index 1368d2e15..a07341e51 100644 --- a/src/views/download/download.jsx +++ b/src/views/download/download.jsx @@ -135,9 +135,9 @@ class Download extends React.Component { @@ -168,20 +168,18 @@ class Download extends React.Component {

-

- -

-

- -

-

- +

+ +

+

+ +

diff --git a/src/views/download/download.scss b/src/views/download/download.scss index fd78e16fa..d2e882c55 100644 --- a/src/views/download/download.scss +++ b/src/views/download/download.scss @@ -117,10 +117,8 @@ text-align: center; } - .store-badge { - display: block; - width: 150px; - height: 80px; + .step-image { + height: 14rem; } } diff --git a/src/views/download/l10n.json b/src/views/download/l10n.json index 8ea41357a..e475c8a75 100644 --- a/src/views/download/l10n.json +++ b/src/views/download/l10n.json @@ -6,25 +6,23 @@ "download.installHeaderTitle": "Install Scratch Desktop", "download.downloadScratchDesktop": "Download Scratch Desktop", "download.downloadButton": "Download", - "download.troubleshootingTitle": "FAQ / Troubleshooting", + "download.troubleshootingTitle": "FAQ", "download.startScratchDesktop": "Start Scratch Desktop", "download.howDoIInstall": "How do I install Scratch Desktop?", "download.whenSupportLinux": "When will you have Scratch Desktop for Linux?", "download.supportLinuxAnswer" : "Scratch Desktop on Linux is currently not supported. We are working with partners and the open-source community to determine if there is a way we can support Linux in the future. Stay tuned!", - "download.supportChromeOS" : "When will you have Scratch Desktop for ChromeOS?", - "download.supportChromeOSAnswer": "Scratch Desktop for ChromeOS is not yet available. We are working on it and expect to release later in 2019.", + "download.supportChromeOS" : "When will you have Scratch Desktop for Chromebooks?", + "download.supportChromeOSAnswer": "Scratch Desktop for Chromebooks is not yet available. We are working on it and expect to release later in 2019.", "download.olderVersionsTitle" : "Older Versions", - "download.olderVersions": "Looking for an older version of Scratch Desktop?", + "download.olderVersions": "Looking for the Scratch 2.0 Offline Editor or Scratch 1.4?", "download.scratch1-4Desktop" : "Scratch 1.4 Desktop", "download.scratch2Desktop" : "Scratch 2.0 Desktop", "download.cannotAccessMacStore" : "What if I can't access the Mac App Store?", "download.cannotAccessWindowsStore" : "What if I can't access the Microsoft Store?", - "download.appstoreAccessAnswer" : "You can download Scratch Desktop directly to your computer by {directDownloadLink}.", - "download.directDownloadText" : "clicking here", - "download.macMoveToApplications" : "Click to run the installer. Move Scratch Desktop to your Applications folder.", - "download.winMoveToApplications" : " Click on Scratch Desktop.exe to run the installer.", + "download.macMoveToApplications" : "Open the .dmg file. Move Scratch Desktop into Applications.", + "download.winMoveToApplications" : "Run the .exe file.", "download.canIUseScratchLink" : "Can I use Scratch Link to connect to extensions?", - "download.canIUseScratchLinkAnswer" : "Yes. You'll need an Internet connection to use Scratch Link.", + "download.canIUseScratchLinkAnswer" : "Yes. However, you will need an Internet connection to use Scratch Link.", "download.desktopAndBrowser": "Can I use Scratch Desktop and also have Scratch open in the browser?", "download.yesAnswer" : "Yes.", "download.canIShare": "Can I share from Scratch Desktop?", diff --git a/static/images/download/mac-install.png b/static/images/download/mac-install.png new file mode 100644 index 000000000..1c7841198 Binary files /dev/null and b/static/images/download/mac-install.png differ diff --git a/static/images/download/windows-install.png b/static/images/download/windows-install.png new file mode 100644 index 000000000..c7b3c1295 Binary files /dev/null and b/static/images/download/windows-install.png differ