Skip to content

Commit

Permalink
Merge pull request #1057 from thisandagain/bugfix/1056
Browse files Browse the repository at this point in the history
Rename pen 'clear' to 'erase all'
  • Loading branch information
paulkaplan committed Apr 13, 2018
2 parents aca0221 + 6f80403 commit d42135a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/scratch3_pen/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
})
},
Expand Down

0 comments on commit d42135a

Please sign in to comment.