Merge pull request #193 from oliof/patch-1

Fix tooltip typo
This commit is contained in:
Merill 2020-04-17 14:45:02 +02:00 committed by GitHub
commit fb6edff5f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3223,7 +3223,7 @@ void PrintConfigDef::init_fff_params()
def->label = L("Convert round holes to polyholes");
def->full_label = L("Convert round holes to polyholes");
def->category = OptionCategory::slicing;
def->tooltip = L("Search for almost-circular holes that span more than one layer and conert the geometry to polyholes."
def->tooltip = L("Search for almost-circular holes that span more than one layer and convert the geometry to polyholes."
" Use the nozzle size and the (biggest) diameter to compute the polyhole."
"\nSee http://hydraraptor.blogspot.com/2011/02/polyholes.html");
def->mode = comAdvanced;