summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2020-04-25 14:16:05 +0200
committerGitHub <noreply@github.com>2020-04-25 14:16:05 +0200
commitdce3ffa68fb6d10e4069daca0abd10239449c225 (patch)
tree6bff1d5a1742ec089307c3d61f906e1259c5183e /lib
parent09266893ad25b0dd91fd2aae281f48104b82b00e (diff)
update unconnected shapes message (#668)
Diffstat (limited to 'lib')
-rw-r--r--lib/elements/fill.py3
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.')
]