Fix tooltip typo

"conert" -> "convert"
This commit is contained in:
Harald Wagener 2020-04-08 10:20:35 +02:00 committed by GitHub
parent c0dfe93e6f
commit da425586f6
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;