mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -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',
|
||||
text: formatMessage({
|
||||
id: 'microbit.displayText',
|
||||
default: 'display [TEXT]',
|
||||
default: 'display text [TEXT]',
|
||||
description: 'display text on the micro:bit display'
|
||||
}),
|
||||
blockType: BlockType.COMMAND,
|
||||
|
|
Loading…
Reference in a new issue