Rename block "display [Hello!]" to "display text [Hello!]" (#1597)

This commit is contained in:
Kreg Hanning 2018-09-19 11:16:16 -04:00 committed by Eric Rosenbaum
parent 416377ad2d
commit 06f64c0527

View file

@ -620,7 +620,7 @@ class Scratch3MicroBitBlocks {
opcode: 'displayText',
text: formatMessage({
id: 'microbit.displayText',
default: 'display [TEXT]',
default: 'display text [TEXT]',
description: 'display text on the micro:bit display'
}),
blockType: BlockType.COMMAND,