summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/auto_run.xml6
-rw-r--r--templates/selection_to_guide_line.xml2
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>