Merge pull request #1057 from thisandagain/bugfix/1056

Rename pen 'clear' to 'erase all'
This commit is contained in:
Paul Kaplan 2018-04-13 13:26:54 -04:00 committed by GitHub
commit d42135a40a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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