summaryrefslogtreecommitdiff
path: root/lib/elements/fill_stitch.py
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2023-02-16 22:53:51 -0500
committerLex Neva <github.com@lexneva.name>2023-02-20 15:27:56 -0500
commit3da70348b03d8d40ef71d2f515bb9f179977e693 (patch)
tree440e9cf00331f9093876a1b76f09af58f3c00631 /lib/elements/fill_stitch.py
parent3b1a161532fb641f904c8697ac3597ecef0b4110 (diff)
change wording of smoothness tooltip
Diffstat (limited to 'lib/elements/fill_stitch.py')
-rw-r--r--lib/elements/fill_stitch.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/elements/fill_stitch.py b/lib/elements/fill_stitch.py
index 40e720ae..9b36497e 100644
--- a/lib/elements/fill_stitch.py
+++ b/lib/elements/fill_stitch.py
@@ -143,8 +143,9 @@ class FillStitch(EmbroideryElement):
@property
@param('smoothness_mm', _('Smoothness'),
tooltip=_(
- 'Smooth the stitch path. Smoothness limits approximately how far the smoothed stitch path ' +
- 'is allowed to deviate from the original path. Hint: a lower stitch tolerance may be needed too.'
+ 'Smooth the stitch path. Smoothness limits how far the smoothed stitch path ' +
+ 'is allowed to deviate from the original path. Try low numbers like 0.2. ' +
+ 'Hint: a lower running stitch tolerance may be needed too.'
),
type='integer',
unit='mm',