Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsupermerill <merill@free.fr>2022-08-30 00:16:20 +0300
committersupermerill <merill@free.fr>2022-09-16 17:11:34 +0300
commitbaf8aeb1999ebc98f2d8b20a79acbaa7ed56c748 (patch)
tree03b783a8f5a013230c3312ec510b5a6514293453
parent695e959cb67babc0f093b7372a806a42aad787ee (diff)
typos
supermerill/SuperSlicer#3149
-rw-r--r--resources/localization/de/Slic3r.po2
-rw-r--r--src/libslic3r/PrintConfig.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/localization/de/Slic3r.po b/resources/localization/de/Slic3r.po
index dd61dc888..2e773dbf0 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 4bdeb5b69..dd2be2f8e 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."