diff options
| author | karnigen <karnigen@gmail.com> | 2024-02-07 21:23:05 +0100 |
|---|---|---|
| committer | karnigen <karnigen@gmail.com> | 2024-02-07 21:23:05 +0100 |
| commit | fdc73762adf3989b6c2a77646dc08da72e6c0681 (patch) | |
| tree | a12d11f15c1de7a9731eeca8bdd3af53ba2164a2 /templates/global_commands.xml | |
| parent | 2be2dd6c6d2abab98ae2ade36c21e60de05102ac (diff) | |
updating templates
Diffstat (limited to 'templates/global_commands.xml')
| -rw-r--r-- | templates/global_commands.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/global_commands.xml b/templates/global_commands.xml index a7fe91f5..72f1c811 100644 --- a/templates/global_commands.xml +++ b/templates/global_commands.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>Add Commands</name> - <id>org.inkstitch.global_commands</id> + <id>org.{{ id_inkstitch }}.global_commands</id> <label>These commands affect the entire embroidery design.</label> {% for command, description in global_commands %} <param name="{{ command }}" type="boolean" gui-text="{{ description }}">false</param> @@ -10,7 +10,7 @@ <effect> <object-type>all</object-type> <effects-menu> - <submenu name="Ink/Stitch" translatable="no"> + <submenu name="{{ menu_inkstitch }}" translatable="no"> {# L10N Inkscape submenu under Extensions -> Ink/Stitch #} <submenu name="Commands" /> </submenu> |
