diff options
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> |
