Fixed a typo in a tooltip
This commit is contained in:
parent
0884f4fbf5
commit
d267a9a105
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ void PrintConfigDef::init_fff_params()
|
||||||
def->set_default_value(new ConfigOptionBool(false));
|
def->set_default_value(new ConfigOptionBool(false));
|
||||||
|
|
||||||
def = this->add("avoid_crossing_perimeters_max_detour", coFloat);
|
def = this->add("avoid_crossing_perimeters_max_detour", coFloat);
|
||||||
def->label = L("Avoid crossing perimeters - The max detour lenght");
|
def->label = L("Avoid crossing perimeters - Max detour length");
|
||||||
def->category = L("Layers and Perimeters");
|
def->category = L("Layers and Perimeters");
|
||||||
def->tooltip = L("The maximum detour length for avoid crossing perimeters. "
|
def->tooltip = L("The maximum detour length for avoid crossing perimeters. "
|
||||||
"If the detour is longer than this value, avoid crossing perimeters is not applied for this path.");
|
"If the detour is longer than this value, avoid crossing perimeters is not applied for this path.");
|
||||||
|
|
Loading…
Reference in a new issue