Skip to content

Commit 6a2215b

Browse files
authored
Update hidden-2.js
1 parent 09e36cb commit 6a2215b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/example-extensions/hidden-2.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ class HideFromPaletteExample {
22
getInfo() {
33
return {
44
id: 'hidefrompaletteexample',
5-
name: 'hideFromPalette Example',
5+
name: Scratch.translate('hideFromPalette Example'),
66
blocks: [
77
{
88
opcode: 'hidden',
99
blockType: Scratch.BlockType.REPORTER,
10-
text: 'example block (hidden)',
10+
text: Scratch.translate('example block (hidden)'),
1111
hideFromPalette: true
1212
},
1313
]

0 commit comments

Comments
 (0)