diff options
| author | Lex Neva <github.com@lexneva.name> | 2023-02-16 22:53:51 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2023-02-20 15:27:56 -0500 |
| commit | 3da70348b03d8d40ef71d2f515bb9f179977e693 (patch) | |
| tree | 440e9cf00331f9093876a1b76f09af58f3c00631 | |
| parent | 3b1a161532fb641f904c8697ac3597ecef0b4110 (diff) | |
change wording of smoothness tooltip
| -rw-r--r-- | lib/elements/fill_stitch.py | 5 |
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', |
