change wording of smoothness tooltip

pull/1803/head
Lex Neva 2023-02-16 22:53:51 -05:00
rodzic 3b1a161532
commit 3da70348b0
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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',