Skip to content

Commit ec745b1

Browse files
authored
Update turbo-mode.js
1 parent f6d7f6e commit ec745b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/example-extensions/unsandboxed/turbo-mode.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
getInfo() {
1313
return {
1414
id: 'turbomodeunsandboxed',
15-
name: 'Turbo Mode',
15+
name: Scratch.translate('Turbo Mode'),
1616
blocks: [
1717
{
1818
opcode: 'set',
1919
blockType: Scratch.BlockType.COMMAND,
20-
text: 'set turbo mode to [ENABLED]',
20+
text: Scratch.translate('set turbo mode to [ENABLED]'),
2121
arguments: {
2222
ENABLED: {
2323
type: Scratch.ArgumentType.STRING,

0 commit comments

Comments
 (0)