From 3da70348b03d8d40ef71d2f515bb9f179977e693 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Thu, 16 Feb 2023 22:53:51 -0500 Subject: change wording of smoothness tooltip --- lib/elements/fill_stitch.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/elements/fill_stitch.py') 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', -- cgit v1.2.3