fix misspelling in the tooltip of Filter out tiny gaps option #1606

This commit is contained in:
SoftFever 2023-07-27 22:19:14 +08:00
parent 5c71994c83
commit 71ddef9724
23 changed files with 30 additions and 130 deletions

View file

@ -1769,7 +1769,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("filter_out_gap_fill", coFloat);
def->label = L("Filter out tiny gaps");
def->category = L("Layers and Perimeters");
def->tooltip = L("Filter out gaps smaller than the threshold specified. This setting won't affact top/bottom layers");
def->tooltip = L("Filter out gaps smaller than the threshold specified. This setting won't affect top/bottom layers");
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionFloat(0));