From 07719aa4f2b04245a14a7faa0eeaae045903054a Mon Sep 17 00:00:00 2001 From: Luca Simonetto Date: Thu, 17 Feb 2022 17:49:45 +0100 Subject: Fixed typo (#2405) --- src/libslic3r/PrintConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libslic3r/PrintConfig.cpp') diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 4e0e6e406..81a0d384a 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -864,7 +864,7 @@ void PrintConfigDef::init_fff_params() def->label = L("Max angle"); def->full_label = L("Brim ear max angle"); def->category = OptionCategory::skirtBrim; - def->tooltip = L("Maximum angle to let a brim ear appear. \nIf set to 0, no brim will be created. \nIf set to ~178, brim will be created on everything but strait sections."); + def->tooltip = L("Maximum angle to let a brim ear appear. \nIf set to 0, no brim will be created. \nIf set to ~178, brim will be created on everything but straight sections."); def->sidetext = L("°"); def->min = 0; def->max = 180; -- cgit v1.2.3