diff options
| author | Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> | 2023-10-21 08:35:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-21 08:35:43 +0200 |
| commit | 526cd48a4f73d9b793b5a83ababd83069f4ad800 (patch) | |
| tree | 410688ccc50cb88016f20eca6316411684c7d836 /templates/convert_to_stroke.xml | |
| parent | 83d8cf29baaa7fef8893d48ff4d3542d6eba48b3 (diff) | |
Claudine/turn extension description into label (#2566)
* use label instead of param description
update templates to use correct inx syntax.
correct a small mistake in the excalibur font.
* more description turned into label
Diffstat (limited to 'templates/convert_to_stroke.xml')
| -rw-r--r-- | templates/convert_to_stroke.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/convert_to_stroke.xml b/templates/convert_to_stroke.xml index f0af01a4..4c836750 100644 --- a/templates/convert_to_stroke.xml +++ b/templates/convert_to_stroke.xml @@ -3,7 +3,7 @@ <name>Convert Satin to Stroke</name> <id>org.inkstitch.convert_to_stroke</id> <param name="extension" type="string" gui-hidden="true">convert_to_stroke</param> - <param name="description" type="description">Converts a satin column into a running stitch.</param> + <label>Converts a satin column into a running stitch.</label> <param name="keep_satin" type="boolean" gui-text="Keep satin column" gui-description="Do not delete original satin column.">false</param> <effect> |
