mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Rename pen 'clear' to 'erase all'. Resolves GH-1056
This commit is contained in:
parent
0e0d09c235
commit
6f80403e8a
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