Skip to content

Commit 09e36cb

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/example-extensions/hidden-1.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 (visible)'
10+
text: Scratch.translate('example block (visible)')
1111
},
1212
]
1313
};

0 commit comments

Comments
 (0)