Skip to content

Commit

Permalink
Replace "made using a different platform" with "made for a different …
Browse files Browse the repository at this point in the history
…platform"

The logic is that this is the "CPU architecture" field. It happens that most
Scratch-based languages also have an editor with the same name, but
not everyone uses this because of external compilers.

Related: TurboWarp/scratch-vm#240 (comment)
  • Loading branch information
GarboMuffin committed Jan 20, 2025
1 parent cdc451a commit 28a1ca2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ const UnknownPlatformModal = props => (
<div className={styles.body}>
<p>
<FormattedMessage
defaultMessage="The project was made using a different platform:"
defaultMessage="The project was made for a different platform:"
// eslint-disable-next-line max-len
description="Text in modal that appears when loading a project made with another mod. Followed by some information about the other mod."
description="Text in modal that appears when loading a project made for another mod. Followed by some information about the other mod."
id="tw.unknownPlatform.1"
/>
</p>
Expand All @@ -53,7 +53,7 @@ const UnknownPlatformModal = props => (
// eslint-disable-next-line max-len
defaultMessage="Compatibility with {APP_NAME} is not guaranteed. You can continue at your own risk, but we may not be able to help if you encounter any problems."
// eslint-disable-next-line max-len
description="Text in modal that appears when loading a project made with another mod."
description="Text in modal that appears when loading a project made for another mod."
id="tw.unknownPlatform.2"
values={{
APP_NAME
Expand All @@ -69,7 +69,7 @@ const UnknownPlatformModal = props => (
<FormattedMessage
defaultMessage="I understand"
// eslint-disable-next-line max-len
description="Button in modal that appears when loading a project made with another mod. Allows ignoring the warning."
description="Button in modal that appears when loading a project made for another mod. Allows ignoring the warning."
id="tw.unknownPlatform.continue"
/>
</button>
Expand Down

0 comments on commit 28a1ca2

Please sign in to comment.