rename hat to “when color brick seen”

This commit is contained in:
Eric Rosenbaum 2019-04-15 09:58:44 -04:00
parent 0cadf685b2
commit bd5bc7947b

View file

@ -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,