From dce3ffa68fb6d10e4069daca0abd10239449c225 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sat, 25 Apr 2020 14:16:05 +0200 Subject: [PATCH] update unconnected shapes message (#668) --- lib/elements/fill.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.') ]