diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2022-05-24 19:40:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-24 19:40:30 +0200 |
| commit | e968f814f718c32742466bfa50cb62f0ad7b2d54 (patch) | |
| tree | bc02fc1bf3eb7a3f7c939d76e6323c1cdfe0976e /templates | |
| parent | ca07b1b267b0f401b947c984e67ee15de9e16c8f (diff) | |
Add ripple stitch feature (#1667)
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/auto_run.xml | 6 | ||||
| -rw-r--r-- | templates/selection_to_guide_line.xml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/auto_run.xml b/templates/auto_run.xml index eb732571..4a524b2d 100644 --- a/templates/auto_run.xml +++ b/templates/auto_run.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>Autoroute Running Stitch</name> + <name>Auto-Route Running Stitch</name> <id>org.inkstitch.auto_run</id> <param name="extension" type="string" gui-hidden="true">auto_run</param> <effect> @@ -12,7 +12,7 @@ </effects-menu> </effect> <param name="options" type="notebook"> - <page name="options" gui-text="Autoroute Running Stitch Options"> + <page name="options" gui-text="Auto-Route Running Stitch Options"> <spacer /> <param name="break_up" type="boolean" gui-text="Add nodes at intersections">true</param> <spacer /> @@ -21,7 +21,7 @@ <param name="trim" type="boolean" gui-text="Trim jump stitches">false</param> </page> <page name="help" gui-text="Help"> - <label appearance="header">Autoroute Running Stitch</label> + <label appearance="header">Auto-Route Running Stitch</label> <label>Add nodes at intersections:</label> <spacer /> <label indent="1">- Enabled (automatic). Ink/Stitch will add some nodes for better routing. This is the default setting.</label> diff --git a/templates/selection_to_guide_line.xml b/templates/selection_to_guide_line.xml index 677e62c4..1a3ac0f9 100644 --- a/templates/selection_to_guide_line.xml +++ b/templates/selection_to_guide_line.xml @@ -6,7 +6,7 @@ <effect> <object-type>all</object-type> <effects-menu> - <submenu name="Ink/Stitch"> + <submenu name="Ink/Stitch" translatable="no"> <submenu name="Edit" /> </submenu> </effects-menu> |
