mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -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,
|
||||
text: formatMessage({
|
||||
id: 'pen.clear',
|
||||
default: 'clear',
|
||||
default: 'erase all',
|
||||
description: 'erase all pen trails and stamps'
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue