Skip to content

Commit 28a1ca2

Browse files
committed
Replace "made using a different platform" with "made for a different 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)
1 parent cdc451a commit 28a1ca2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/tw-unknown-platform-modal/unknown-platform-modal.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ const UnknownPlatformModal = props => (
3737
<div className={styles.body}>
3838
<p>
3939
<FormattedMessage
40-
defaultMessage="The project was made using a different platform:"
40+
defaultMessage="The project was made for a different platform:"
4141
// eslint-disable-next-line max-len
42-
description="Text in modal that appears when loading a project made with another mod. Followed by some information about the other mod."
42+
description="Text in modal that appears when loading a project made for another mod. Followed by some information about the other mod."
4343
id="tw.unknownPlatform.1"
4444
/>
4545
</p>
@@ -53,7 +53,7 @@ const UnknownPlatformModal = props => (
5353
// eslint-disable-next-line max-len
5454
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."
5555
// eslint-disable-next-line max-len
56-
description="Text in modal that appears when loading a project made with another mod."
56+
description="Text in modal that appears when loading a project made for another mod."
5757
id="tw.unknownPlatform.2"
5858
values={{
5959
APP_NAME
@@ -69,7 +69,7 @@ const UnknownPlatformModal = props => (
6969
<FormattedMessage
7070
defaultMessage="I understand"
7171
// eslint-disable-next-line max-len
72-
description="Button in modal that appears when loading a project made with another mod. Allows ignoring the warning."
72+
description="Button in modal that appears when loading a project made for another mod. Allows ignoring the warning."
7373
id="tw.unknownPlatform.continue"
7474
/>
7575
</button>

0 commit comments

Comments
 (0)