Rename pen 'clear' to 'erase all'. Resolves GH-1056

This commit is contained in:
Andrew Sliwinski 2018-04-13 10:53:13 -04:00
parent 0e0d09c235
commit 6f80403e8a

View file

@ -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'
})
},