FIX: mistake spelling in tooltip

jira:8371

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: If51ecd6cb6299bcb42ffbcea1f8b2f2bfc511460
This commit is contained in:
xun.zhang 2024-10-14 20:27:12 +08:00 committed by Lane.Wei
parent fe5ebf0614
commit 7907894c8d

View File

@ -2800,7 +2800,7 @@ void PrintConfigDef::init_fff_params()
def->label = L("Raft layers");
def->category = L("Support");
def->tooltip = L("Object will be raised by this number of support layers. "
"Use this function to avoid wrapping when print ABS");
"Use this function to avoid warping when print ABS");
def->sidetext = L("layers");
def->min = 0;
def->max = 100;