From bd5bc7947b4aff8dfc70dfe69d67888fe3fd47c7 Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Mon, 15 Apr 2019 09:58:44 -0400 Subject: [PATCH] =?UTF-8?q?rename=20hat=20to=20=E2=80=9Cwhen=20color=20bri?= =?UTF-8?q?ck=20seen=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/extensions/scratch3_boost/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extensions/scratch3_boost/index.js b/src/extensions/scratch3_boost/index.js index ae3dfbc70..83eb8dbf5 100644 --- a/src/extensions/scratch3_boost/index.js +++ b/src/extensions/scratch3_boost/index.js @@ -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,