diff options
| author | Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> | 2025-08-24 20:31:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-24 20:31:43 +0200 |
| commit | 0b3e0e962dd238297a0c05896b592837c0480015 (patch) | |
| tree | d3a47331d23bd52f12ed4354d47963409197745c /templates | |
| parent | dbef888e4d07fbd8dd840d160266768e41c894a2 (diff) | |
rename extension (#3938)
rename lettering_fill_composed_glyphs lettering_organize_glyphs
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/lettering_organize_glyphs.xml (renamed from templates/lettering_fill_composed_glyphs.xml) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/lettering_fill_composed_glyphs.xml b/templates/lettering_organize_glyphs.xml index 9ebf72c0..b89ffa76 100644 --- a/templates/lettering_fill_composed_glyphs.xml +++ b/templates/lettering_organize_glyphs.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>Fill Composed Glyphs</name> - <id>org.{{ id_inkstitch }}.lettering_fill_composed_glyphs</id> - <param name="extension" type="string" gui-hidden="true">lettering_fill_composed_glyphs</param> + <name>Organize Glyphs</name> + <id>org.{{ id_inkstitch }}.organize_glyphs</id> + <param name="extension" type="string" gui-hidden="true">lettering_organize_glyphs</param> <param name="tabs" type="notebook"> <page name="options" gui-text="Options"> @@ -28,7 +28,7 @@ <label>This extension helps the font digitizer to organize its work in steps to maximize reuse of already digitized letters.</label> <spacer /> <label>Get more information on our website</label> - <label appearance="url">https://inkstitch.org/docs/font-tools/#fill_composed_glyphs</label> + <label appearance="url">https://inkstitch.org/docs/font-tools/#organize_glyphs</label> </page> </param> |
