diff options
Diffstat (limited to 'lib/elements/fill.py')
| -rw-r--r-- | lib/elements/fill.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/elements/fill.py b/lib/elements/fill.py index 7157cc46..a5b8bfc3 100644 --- a/lib/elements/fill.py +++ b/lib/elements/fill.py @@ -19,8 +19,7 @@ class UnconnectedError(ValidationError): "Ink/Stitch doesn't know what order to stitch them in. Please break this " "object up into separate shapes.") steps_to_solve = [ - _('* Path > Break apart (Shift+Ctrl+K)'), - _('* (Optional) Recombine shapes with holes (Ctrl+K).') + _('* Extensions > Ink/Stitch > Fill Tools > Break Apart and Retain Holes.') ] |
