From baf8aeb1999ebc98f2d8b20a79acbaa7ed56c748 Mon Sep 17 00:00:00 2001 From: supermerill Date: Mon, 29 Aug 2022 23:16:20 +0200 Subject: [PATCH] typos supermerill/SuperSlicer#3149 --- resources/localization/de/Slic3r.po | 2 +- src/libslic3r/PrintConfig.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/localization/de/Slic3r.po b/resources/localization/de/Slic3r.po index dd61dc888ba..2e773dbf068 100644 --- a/resources/localization/de/Slic3r.po +++ b/resources/localization/de/Slic3r.po @@ -4729,7 +4729,7 @@ msgid "Minimum exposure time" msgstr "Minimale Belichtungszeit" msgid "Minimum feedrate when extruding" -msgstr "Maximaler Vorschub bei Extrusion" +msgstr "Minimaler Vorschub bei Extrusion" msgid "Minimum feedrate when extruding (M205 S)" msgstr "Minimaler Vorschub beim Extrudieren (M205 S)" diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 4bdeb5b690e..dd2be2f8e8f 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -5513,7 +5513,7 @@ void PrintConfigDef::init_fff_params() def->set_default_value(new ConfigOptionBools{ false }); def = this->add("wipe_inside_end", coBools); - def->label = L("Wipe inside at start"); + def->label = L("Wipe inside at end"); def->category = OptionCategory::extruders; def->tooltip = L("This flag will wipe the nozzle a bit inward after extruding an external perimeter." " The wipe_extra_perimeter is executed first, then this move inward before the retraction wipe."