Skip to content

Commit 58bb838

Browse files
authored
Update block-utility-examples.js
1 parent ec745b1 commit 58bb838

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

static/example-extensions/unsandboxed/block-utility-examples.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
getInfo() {
1010
return {
1111
id: 'blockutilityexamples',
12-
name: 'BlockUtility Examples',
12+
name: Scratch.translate('BlockUtility Examples'),
1313
blocks: [
1414
{
1515
opcode: 'getSpriteName',
16-
text: 'sprite name',
16+
text: Scratch.translate('sprite name'),
1717
blockType: Scratch.BlockType.REPORTER,
1818
},
1919
{
2020
opcode: 'doesVariableExist',
21-
text: 'is there a [TYPE] named [NAME]?',
21+
text: Scratch.translate('is there a [TYPE] named [NAME]?'),
2222
blockType: Scratch.BlockType.BOOLEAN,
2323
arguments: {
2424
NAME: {

0 commit comments

Comments
 (0)