mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-03-14 15:09:53 -04: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"
|
|
}
|
|
}
|