diff --git a/lib/elements/fill.py b/lib/elements/fill.py index 7157cc460..a5b8bfc30 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.') ]