update unconnected shapes message (#668)

pull/671/head
Kaalleen 2020-04-25 14:16:05 +02:00 zatwierdzone przez GitHub
rodzic 09266893ad
commit dce3ffa68f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -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.')
]