summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2024-12-26 16:23:38 +0100
committerGitHub <noreply@github.com>2024-12-26 16:23:38 +0100
commitb9432f040d9cea0139715da1d29ee7182e7d719e (patch)
treeb85d53b2d30efb255395e252f091e22b8d3cab36 /templates
parentef7d056173cc6d7782d6120c031dae9276725a3d (diff)
Edit json (#3371)
* convert kerning tool to json edit
Diffstat (limited to 'templates')
-rw-r--r--templates/lettering_edit_json.xml (renamed from templates/lettering_kerning.xml)8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/lettering_kerning.xml b/templates/lettering_edit_json.xml
index 7f9d19f8..907be818 100644
--- a/templates/lettering_kerning.xml
+++ b/templates/lettering_edit_json.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>Kerning Tool</name>
- <id>org.{{ id_inkstitch }}.lettering_kerning</id>
- <param name="extension" type="string" gui-hidden="true">lettering_kerning</param>
+ <name>Edit JSON</name>
+ <id>org.{{ id_inkstitch }}.lettering_edit_json</id>
+ <param name="extension" type="string" gui-hidden="true">lettering_edit_json</param>
<effect implements-custom-gui="true" show-stderr="true">
<object-type>all</object-type>
<icon>{{ icon_path }}inx/font_management.svg</icon>
- <menu-tip>Feature to verify or update kerning information for an existing font</menu-tip>
+ <menu-tip>Feature to verify or update the font information file for an existing font</menu-tip>
<effects-menu>
<submenu name="{{ menu_inkstitch }}" translatable="no">
<submenu name="Font Management" />