Skip to content

Commit ef00835

Browse files
committed
Upgrade to terse info descriptions (i18n to come later)
1 parent ab6a56d commit ef00835

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

_i18n/spiral.en-US.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
"basetype": "mode"
77
},
88
"info":{
9-
"description": "Spiral paint a photo",
10-
"title": "Spiral Paint",
11-
"detail": "Automatically paint a photo as a spiral.",
12-
"word": "Spiral"
9+
"name": "Spiral Photo Paint",
10+
"use": "Spiral Paint a Photo",
11+
"detail": "Add a photograph or image in web format (raster) to automatically paint as a spiral. Requires a brush or pen that makes a larger line when further down."
1312
},
1413
"status": {
1514
"confirm": "Are you sure you want to cancel the current spiral print?",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "robopaint-mode-spiral",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"type": "robopaint_mode",
55
"main": "spiral.js",
66
"author": "techninja",

0 commit comments

Comments
 (0)