mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -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',
|
||||
text: formatMessage({
|
||||
id: 'boost.whenColor',
|
||||
default: 'when [COLOR] color seen',
|
||||
default: 'when [COLOR] brick seen',
|
||||
description: 'check for when color'
|
||||
}),
|
||||
blockType: BlockType.HAT,
|
||||
|
|
Loading…
Reference in a new issue