mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-25 13:51:06 -05:00
10 lines
215 B
JSON
10 lines
215 B
JSON
{
|
|
"paint.brushMode.brush": {
|
|
"message": "Brush",
|
|
"description": "Label for the brush tool"
|
|
},
|
|
"paint.eraserMode.eraser": {
|
|
"message": "Eraser",
|
|
"description": "Label for the eraser tool"
|
|
}
|
|
}
|