mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 15:02:52 -05:00
Merge pull request #1057 from thisandagain/bugfix/1056
Rename pen 'clear' to 'erase all'
This commit is contained in:
commit
d42135a40a
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ class Scratch3PenBlocks {
|
||||||
blockType: BlockType.COMMAND,
|
blockType: BlockType.COMMAND,
|
||||||
text: formatMessage({
|
text: formatMessage({
|
||||||
id: 'pen.clear',
|
id: 'pen.clear',
|
||||||
default: 'clear',
|
default: 'erase all',
|
||||||
description: 'erase all pen trails and stamps'
|
description: 'erase all pen trails and stamps'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue