diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2021-12-09 15:05:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-09 15:05:21 +0100 |
| commit | 36f7610cc0844a034ba068b549332cab3ef7b033 (patch) | |
| tree | e63e66d8313df795d26efb42833f103f3554971a /lib/extensions/reorder.py | |
| parent | 41ace3a9e53b52b4271554d7aedd88d533ee5f5e (diff) | |
Force lock stitches option/extension and some typos (#1471)
Diffstat (limited to 'lib/extensions/reorder.py')
| -rw-r--r-- | lib/extensions/reorder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/reorder.py b/lib/extensions/reorder.py index 933c1d70..be478e39 100644 --- a/lib/extensions/reorder.py +++ b/lib/extensions/reorder.py @@ -7,7 +7,7 @@ from .base import InkstitchExtension class Reorder(InkstitchExtension): - # Remove selected objects from the document and readd them in the order they + # Remove selected objects from the document and re-add them in the order they # were selected. def effect(self): |
