Skip to content

Commit 383f434

Browse files
committed
update terminology for compiler settings to use "Scratch Interpreter" instead of "Scratch Compiler"
1 parent af11f91 commit 383f434

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/addons/settings/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dirty": "Reload tabs to apply settings.",
88
"dirtyButton": "Reload now",
99
"presets": "Presets",
10-
"noCompiler": "This addon only works when the compiler is disabled through the Advanced > Disable Compiler menu or using the \"Disable compiler in editor\" addon.",
10+
"noCompiler": "This addon only works when the compiler is disabled through the Advanced > Use Scratch Interpreter menu or using the \"Disable compiler in editor\" addon.",
1111
"tagRecommended": "Recommended",
1212
"tagDanger": "Dangerous",
1313
"tagTheme": "Theme",

src/components/tw-settings-modal/settings-modal.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ const DisableCompiler = props => (
305305
{...props}
306306
label={
307307
<FormattedMessage
308-
defaultMessage="Use Scratch Compiler"
308+
defaultMessage="Use Scratch Interpreter"
309309
description="Disable Compiler setting"
310310
id="tw.settingsModal.disableCompiler"
311311
/>
@@ -314,7 +314,7 @@ const DisableCompiler = props => (
314314
<FormattedMessage
315315
// eslint-disable-next-line max-len
316316
//defaultMessage="Disables the {APP_NAME} compiler. You may want to enable this while editing projects so that scripts update immediately. Otherwise, you should never enable this. (as it will run projects on Scratch's compiler, instead of {APP_NAME}'s making projects run ~50x slower)"
317-
defaultMessage="Uses the Scratch compiler instead of {APP_NAME}'s compiler. The only time you should enable this is when you are editing projects and want scripts to update without having to restart the project. Otherwise, you should never enable this. (As Scratch's compiler runs projects 50x slower)"
317+
defaultMessage="Disables TurboWarp's compiler and uses the Scratch interpreter instead. The only time you should enable this is when you are editing projects and want scripts to update without having to restart the project. Otherwise, you should never enable this. (As Scratch's compiler runs projects 50x slower)"
318318
description="Disable Compiler help"
319319
id="tw.settingsModal.disableCompilerHelp"
320320
values={{

src/lib/alerts/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ const alerts = [
310310
clearList: [],
311311
content: (
312312
<FormattedMessage
313-
defaultMessage="Live code editing is disabled (changes take effect only after rerunning the project). To enable it, go to Edit → Advanced Settings → Disable Compiler."
313+
defaultMessage="Live code editing is disabled (changes take effect only after rerunning the project). To enable it, go to Edit → Advanced Settings → Use Scratch Interpreter."
314314
description="Message indicating that Live Reload is disabled in this project."
315315
id="gui.alerts.LiveReloadDisabledNotice"
316316
/>

0 commit comments

Comments
 (0)