Skip to content

Commit d455ca7

Browse files
authored
Update color.js
1 parent 58bb838 commit d455ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/example-extensions/color.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ColorExample {
1313
{
1414
opcode: 'reporter',
1515
blockType: Scratch.BlockType.REPORTER,
16-
text: 'string [STRING] boolean [BOOLEAN] menu [MENU] field [FIELD]',
16+
text: Scratch.translate('string [STRING] boolean [BOOLEAN] menu [MENU] field [FIELD]'),
1717
arguments: {
1818
STRING: {
1919
type: Scratch.ArgumentType.STRING,

0 commit comments

Comments
 (0)