Yet another wording update.
This commit is contained in:
parent
888783e0b8
commit
30ca60272c
1 changed files with 1 additions and 2 deletions
|
@ -2758,8 +2758,7 @@ void PrintConfigDef::init_sla_params()
|
||||||
def = this->add("pad_object_connector_width", coFloat);
|
def = this->add("pad_object_connector_width", coFloat);
|
||||||
def->label = L("Pad object connector width");
|
def->label = L("Pad object connector width");
|
||||||
def->category = L("Pad");
|
def->category = L("Pad");
|
||||||
def->tooltip = L("The width of the connectors sticks which connect the "
|
def->tooltip = L("Width of the connector sticks which connect the object and the generated pad.");
|
||||||
"object pad and the generated pad.");
|
|
||||||
def->sidetext = L("mm");
|
def->sidetext = L("mm");
|
||||||
def->min = 0;
|
def->min = 0;
|
||||||
def->mode = comExpert;
|
def->mode = comExpert;
|
||||||
|
|
Loading…
Reference in a new issue