Fix tooltip referencing "Studio" (#1370)

Fixed language with reference to "Studio"
This commit is contained in:
Scott Mudge 2023-06-25 01:32:47 -04:00 committed by GitHub
parent 4a799aa770
commit b943a04da7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 27 additions and 27 deletions

View file

@ -1008,7 +1008,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("internal_bridge_support_thickness", coFloat);
def->label = L("Internal bridge support thickness");
def->category = L("Strength");
def->tooltip = L("If enabled, Studio will generate support loops under the contours of internal bridges."
def->tooltip = L("If enabled, support loops will be generated under the contours of internal bridges."
"These support loops could prevent internal bridges from extruding over the air and improve the top surface quality, especially when the sparse infill density is low."
"This value determines the thickness of the support loops. 0 means disable this feature");
def->sidetext = L("mm");