mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
rename hat to “when color brick seen”
This commit is contained in:
parent
0cadf685b2
commit
bd5bc7947b
1 changed files with 1 additions and 1 deletions
|
@ -1296,7 +1296,7 @@ class Scratch3BoostBlocks {
|
||||||
opcode: 'whenColor',
|
opcode: 'whenColor',
|
||||||
text: formatMessage({
|
text: formatMessage({
|
||||||
id: 'boost.whenColor',
|
id: 'boost.whenColor',
|
||||||
default: 'when [COLOR] color seen',
|
default: 'when [COLOR] brick seen',
|
||||||
description: 'check for when color'
|
description: 'check for when color'
|
||||||
}),
|
}),
|
||||||
blockType: BlockType.HAT,
|
blockType: BlockType.HAT,
|
||||||
|
|
Loading…
Reference in a new issue