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/install_custom_palette.xml | |
| parent | 2be2dd6c6d2abab98ae2ade36c21e60de05102ac (diff) | |
updating templates
Diffstat (limited to 'templates/install_custom_palette.xml')
| -rw-r--r-- | templates/install_custom_palette.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/install_custom_palette.xml b/templates/install_custom_palette.xml index c69458fb..fa037e7b 100644 --- a/templates/install_custom_palette.xml +++ b/templates/install_custom_palette.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>Install custom palette</name> - <id>org.inkstitch.install_custom_palette</id> + <id>org.{{ id_inkstitch }}.install_custom_palette</id> <param name="extension" type="string" gui-hidden="true">install_custom_palette</param> <label indent="1">Choose a .gpl color palette file to install into Inkscape.</label> <label indent="1">Restart Inkscape to use.</label> @@ -9,7 +9,7 @@ <effect needs-live-preview="false"> <object-type>all</object-type> <effects-menu> - <submenu name="Ink/Stitch" translatable="no"> + <submenu name="{{ menu_inkstitch }}" translatable="no"> <submenu name="Thread Color Management" /> </submenu> </effects-menu> |
