Skip to content

Commit feef543

Browse files
authored
Update unmonitorable.js
1 parent 25da082 commit feef543

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

static/example-extensions/unmonitorable.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ class DisableMonitorExample {
22
getInfo() {
33
return {
44
id: 'disablemonitorexample',
5-
name: 'disableMonitor Example',
5+
name: Scratch.translate('disableMonitor Example'),
66
blocks: [
77
{
88
opcode: 'monitorable',
99
blockType: Scratch.BlockType.REPORTER,
10-
text: 'this block can be monitored'
10+
text: Scratch.translate('this block can be monitored')
1111
},
1212
{
1313
opcode: 'unmonitorable',
1414
blockType: Scratch.BlockType.REPORTER,
15-
text: 'but this one can not',
15+
text: Scratch.translate('but this one can not'),
1616
// highlight-next-line
1717
disableMonitor: true
1818
},

0 commit comments

Comments
 (0)