From 9c6c4b3d8a83dc265ab23b1b6b104cd82188cad2 Mon Sep 17 00:00:00 2001 From: supermerill Date: Tue, 26 Oct 2021 00:05:31 +0200 Subject: [PATCH] typo --- 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 c89152398..dec20cb1b 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -2004,7 +2004,7 @@ void PrintConfigDef::init_fff_params() def->label = L("after last perimeter"); def->full_label = L("Gapfill after last perimeter"); def->category = OptionCategory::perimeter; - def->tooltip = L("All gaps between the alst periemter and the infill which are thinner than a perimeter will be filled by gapfill."); + def->tooltip = L("All gaps, between the last perimeter and the infill, which are thinner than a perimeter will be filled by gapfill."); def->mode = comExpert; def->set_default_value(new ConfigOptionBool{true });