diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2021-11-15 07:31:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-15 07:31:29 +0100 |
| commit | 31609fce8ba2c60bef1bdfb26f999b06ef1d560d (patch) | |
| tree | a47e9e7bbefebe3379a36c4ffd4f4f34258b207c /templates/convert_to_stroke.xml | |
| parent | 0578a9583bde192a8b1ffec6157a2a476f526878 (diff) | |
fix translatable strings in templates (#1444)
Diffstat (limited to 'templates/convert_to_stroke.xml')
| -rw-r--r-- | templates/convert_to_stroke.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/convert_to_stroke.xml b/templates/convert_to_stroke.xml index 734aff03..04d81831 100644 --- a/templates/convert_to_stroke.xml +++ b/templates/convert_to_stroke.xml @@ -4,8 +4,8 @@ <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> - <param name="keep_satin" type="boolean" _gui-text="Keep satin column" - _gui-description="Do not delete original satin column.">false</param> + <param name="keep_satin" type="boolean" gui-text="Keep satin column" + gui-description="Do not delete original satin column.">false</param> <effect> <object-type>all</object-type> <effects-menu> |
