From c6f0cd5b5b6cc56d5bccb0c8b18a38c77394184a Mon Sep 17 00:00:00 2001 From: Yuri D'Elia <wavexx@thregr.org> Date: Sun, 10 May 2020 18:07:40 +0200 Subject: [PATCH] Ironingy typo --- src/libslic3r/PrintConfig.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 1f0a6c3ae..04c886963 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -1096,8 +1096,8 @@ void PrintConfigDef::init_fff_params() def->set_default_value(new ConfigOptionBool(false)); def = this->add("ironing_type", coEnum); - def->label = L("Ironingy Type"); - def->tooltip = L("Ironingy Type"); + def->label = L("Ironing Type"); + def->tooltip = L("Ironing Type"); def->enum_keys_map = &ConfigOptionEnum<IroningType>::get_enum_values(); def->enum_values.push_back("top"); def->enum_values.push_back("topmost");