summaryrefslogtreecommitdiff
path: root/templates/cleanup.xml
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2021-11-15 07:31:29 +0100
committerGitHub <noreply@github.com>2021-11-15 07:31:29 +0100
commit31609fce8ba2c60bef1bdfb26f999b06ef1d560d (patch)
treea47e9e7bbefebe3379a36c4ffd4f4f34258b207c /templates/cleanup.xml
parent0578a9583bde192a8b1ffec6157a2a476f526878 (diff)
fix translatable strings in templates (#1444)
Diffstat (limited to 'templates/cleanup.xml')
-rw-r--r--templates/cleanup.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/cleanup.xml b/templates/cleanup.xml
index dcc0aa03..ad594293 100644
--- a/templates/cleanup.xml
+++ b/templates/cleanup.xml
@@ -3,12 +3,12 @@
<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>
- <param name="rm_fill" type="boolean" _gui-text="Remove Small Fill Areas"
- _gui-description="Removes areas smaller than dedined 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>
- <param name="stroke_threshold" type="int" _gui-text="Stroke threshold (px)" min="2" max="800">5</param>
+ <param name="rm_fill" type="boolean" gui-text="Remove Small Fill Areas"
+ gui-description="Removes areas smaller than dedined 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>
+ <param name="stroke_threshold" type="int" gui-text="Stroke threshold (px)" min="2" max="800">5</param>
<param name="extension" type="string" gui-hidden="true">cleanup</param>
<effect>
<object-type>all</object-type>