diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-03-25 06:14:23 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-25 07:14:23 +0100 |
| commit | 23dcbd58bc8f26a71b0483ed907c0052ca348899 (patch) | |
| tree | b64dd0db745d8ded761bcd483faf134c8d7793b1 /templates | |
| parent | 333717c2e378aeb862609a7d4143083ca7824925 (diff) | |
rename convert to extensions (#3605)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/satin_to_stroke.xml (renamed from templates/convert_to_stroke.xml) | 6 | ||||
| -rw-r--r-- | templates/stroke_to_satin.xml (renamed from templates/convert_to_satin.xml) | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/templates/convert_to_stroke.xml b/templates/satin_to_stroke.xml index 13761136..d4ac314c 100644 --- a/templates/convert_to_stroke.xml +++ b/templates/satin_to_stroke.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>Convert Satin to Stroke</name> - <id>org.{{ id_inkstitch }}.convert_to_stroke</id> - <param name="extension" type="string" gui-hidden="true">convert_to_stroke</param> + <name>Satin to Stroke</name> + <id>org.{{ id_inkstitch }}.satin_to_stroke</id> + <param name="extension" type="string" gui-hidden="true">satin_to_stroke</param> <param name="notebook" type="notebook"> <page name="options" gui-text="Options"> diff --git a/templates/convert_to_satin.xml b/templates/stroke_to_satin.xml index 4d02dd1a..07e270e1 100644 --- a/templates/convert_to_satin.xml +++ b/templates/stroke_to_satin.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>Convert Line to Satin</name> - <id>org.{{ id_inkstitch }}.convert_to_satin</id> - <param name="extension" type="string" gui-hidden="true">convert_to_satin</param> + <name>Stroke to Satin</name> + <id>org.{{ id_inkstitch }}.stroke_to_satin</id> + <param name="extension" type="string" gui-hidden="true">stroke_to_satin</param> <effect> <object-type>all</object-type> <icon>{{ icon_path }}inx/to_satin.svg</icon> |
