summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/apply_threadlist.xml (renamed from templates/import_threadlist.xml)10
-rw-r--r--templates/commands_scale_symbols.xml4
-rw-r--r--templates/object_commands_toggle_visibility.xml4
3 files changed, 11 insertions, 7 deletions
diff --git a/templates/import_threadlist.xml b/templates/apply_threadlist.xml
index 7da3b7f6..58776cb5 100644
--- a/templates/import_threadlist.xml
+++ b/templates/apply_threadlist.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <name>Import Threadlist</name>
- <id>org.inkstitch.import_threadlist</id>
- <param name="extension" type="string" gui-hidden="true">import_threadlist</param>
+ <name>Apply Threadlist</name>
+ <id>org.inkstitch.apply_threadlist</id>
+ <param name="extension" type="string" gui-hidden="true">apply_threadlist</param>
<param name="filepath" type="path" gui-text="Choose file" mode="file" filetypes="txt"/>
<param name="method" type="optiongroup" gui-text="Choose method">
- <option value="1">Import Ink/Stitch threadlist</option>
- <option value="2">Import other threadlist*</option>
+ <option value="1">Apply Ink/Stitch threadlist</option>
+ <option value="2">Apply other threadlist*</option>
</param>
<param name="palette" type="enum" gui-text="*Choose color palette">
{%- for item in threadcatalog %}
diff --git a/templates/commands_scale_symbols.xml b/templates/commands_scale_symbols.xml
index 1d789543..98d17003 100644
--- a/templates/commands_scale_symbols.xml
+++ b/templates/commands_scale_symbols.xml
@@ -8,7 +8,9 @@
<object-type>all</object-type>
<effects-menu>
<submenu name="Ink/Stitch" translatable="no">
- <submenu name="Commands" />
+ <submenu name="Commands">
+ <submenu name="View" />
+ </submenu>
</submenu>
</effects-menu>
</effect>
diff --git a/templates/object_commands_toggle_visibility.xml b/templates/object_commands_toggle_visibility.xml
index 084b731e..b3580b2a 100644
--- a/templates/object_commands_toggle_visibility.xml
+++ b/templates/object_commands_toggle_visibility.xml
@@ -7,7 +7,9 @@
<object-type>all</object-type>
<effects-menu>
<submenu name="Ink/Stitch" translatable="no">
- <submenu name="Commands" />
+ <submenu name="Commands">
+ <submenu name="View" />
+ </submenu>
</submenu>
</effects-menu>
</effect>