mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-11 10:39:56 -05:00
Rename block "display [Hello!]" to "display text [Hello!]" (#1597)
This commit is contained in:
parent
416377ad2d
commit
06f64c0527
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ class Scratch3MicroBitBlocks {
|
||||||
opcode: 'displayText',
|
opcode: 'displayText',
|
||||||
text: formatMessage({
|
text: formatMessage({
|
||||||
id: 'microbit.displayText',
|
id: 'microbit.displayText',
|
||||||
default: 'display [TEXT]',
|
default: 'display text [TEXT]',
|
||||||
description: 'display text on the micro:bit display'
|
description: 'display text on the micro:bit display'
|
||||||
}),
|
}),
|
||||||
blockType: BlockType.COMMAND,
|
blockType: BlockType.COMMAND,
|
||||||
|
|
Loading…
Reference in a new issue