diff options
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): |
