From da425586f62b5b0dd7b296df83b9aeecc2e4a449 Mon Sep 17 00:00:00 2001 From: Harald Wagener Date: Wed, 8 Apr 2020 10:20:35 +0200 Subject: [PATCH 1/2] Fix tooltip typo "conert" -> "convert" --- src/libslic3r/PrintConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 5a838a071..81a964c09 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -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; From f31d1f98c59be52154a4b109c49356a52dc1c34b Mon Sep 17 00:00:00 2001 From: Harald Wagener Date: Wed, 8 Apr 2020 10:22:41 +0200 Subject: [PATCH 2/2] Tooltip typo fix "conert" -> "convert" --- resources/localization/fr/Slic3r++.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/localization/fr/Slic3r++.po b/resources/localization/fr/Slic3r++.po index d47813483..2ae13b8c4 100644 --- a/resources/localization/fr/Slic3r++.po +++ b/resources/localization/fr/Slic3r++.po @@ -8100,7 +8100,7 @@ msgstr "Trous rond changé en polyholes" #: src/libslic3r/PrintConfig.cpp:3135 msgid "" -"Search for almost-circular holes that span more than one layer and conert the geometry to polyholes. Use the nozzle size and the (biggest) diameter to compute the polyhole.\n" +"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.\n" "See http://hydraraptor.blogspot.com/2011/02/polyholes.html" msgstr "" "Recherchez des trous presque circulaires couvrant plus d'une couche et convertir leur géométrie en polyholes. Utilise la taille de la buse et le diamètre (le plus grand) pour calculer le polyhole.\n"