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 /lib/stitches/auto_run.py | |
| parent | ca07b1b267b0f401b947c984e67ee15de9e16c8f (diff) | |
Add ripple stitch feature (#1667)
Diffstat (limited to 'lib/stitches/auto_run.py')
| -rw-r--r-- | lib/stitches/auto_run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stitches/auto_run.py b/lib/stitches/auto_run.py index 847a1bcd..91a99849 100644 --- a/lib/stitches/auto_run.py +++ b/lib/stitches/auto_run.py @@ -132,7 +132,7 @@ def autorun(elements, preserve_order=False, break_up=None, starting_point=None, else: parent = elements[0].node.getparent() insert_index = parent.index(elements[0].node) - group = create_new_group(parent, insert_index, _("Auto-Run")) + group = create_new_group(parent, insert_index, _("Auto-Route")) add_elements_to_group(new_elements, group) if trim: |
