diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-06-12 20:18:55 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-06-12 20:18:55 -0400 |
| commit | 350c292f8d0415fefefa83ce5ce84c2b5c17bd75 (patch) | |
| tree | 89526b299ab2e55bb69225d26cea781f90bc9bd1 /lib/extensions/base.py | |
| parent | d1042eb9dc0883c5949e046a713dfaa22a56951b (diff) | |
show 'no embroiderable paths' error in Params too
Diffstat (limited to 'lib/extensions/base.py')
| -rw-r--r-- | lib/extensions/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/base.py b/lib/extensions/base.py index 8edfe797..4589132f 100644 --- a/lib/extensions/base.py +++ b/lib/extensions/base.py @@ -111,7 +111,7 @@ class InkstitchExtension(inkex.Effect): inkex.errormsg(_("No embroiderable paths selected.")) else: inkex.errormsg(_("No embroiderable paths found in document.")) - inkex.errormsg(_("Tip: use Path -> Object to Path to convert non-paths before embroidering.")) + inkex.errormsg(_("Tip: use Path -> Object to Path to convert non-paths.")) def descendants(self, node): nodes = [] |
