summaryrefslogtreecommitdiff
path: root/templates/cleanup.xml
diff options
context:
space:
mode:
authorClaudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com>2023-10-21 08:35:43 +0200
committerGitHub <noreply@github.com>2023-10-21 08:35:43 +0200
commit526cd48a4f73d9b793b5a83ababd83069f4ad800 (patch)
tree410688ccc50cb88016f20eca6316411684c7d836 /templates/cleanup.xml
parent83d8cf29baaa7fef8893d48ff4d3542d6eba48b3 (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/cleanup.xml')
-rw-r--r--templates/cleanup.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/cleanup.xml b/templates/cleanup.xml
index 52e01185..2145b406 100644
--- a/templates/cleanup.xml
+++ b/templates/cleanup.xml
@@ -2,9 +2,9 @@
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Cleanup Document</name>
<id>org.inkstitch.cleanup</id>
- <param name="description" type="description">Use this extension to remove small objects from the document.</param>
+ <label>Use this extension to remove small objects from the document.</label>
<param name="rm_fill" type="boolean" gui-text="Remove Small Fill Areas"
- gui-description="Removes areas smaller than dedined by threshold.">true</param>
+ gui-description="Removes areas smaller than defined by threshold.">true</param>
<param name="fill_threshold" type="int" gui-text="Fill area threshold (px²)" min="1" max="800">20</param>
<param name="rm_stroke" type="boolean" gui-text="Remove Small strokes"
gui-description="Removes small strokes shorter than defined by threshold.">true</param>