From c5956d6dff3148318b6f40ed7e66ed3814f81396 Mon Sep 17 00:00:00 2001 From: Erwin Ried <1091420+eried@users.noreply.github.com> Date: Thu, 17 Jul 2025 15:49:24 +0200 Subject: [PATCH] Update PrintOptionsDialog.cpp (cherry picked from commit 3e0807716e61769265a434a15a07f70de57773b9) --- src/slic3r/GUI/PrintOptionsDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/PrintOptionsDialog.cpp b/src/slic3r/GUI/PrintOptionsDialog.cpp index e3bf0e0cbe..1091bd7a02 100644 --- a/src/slic3r/GUI/PrintOptionsDialog.cpp +++ b/src/slic3r/GUI/PrintOptionsDialog.cpp @@ -837,7 +837,7 @@ wxBoxSizer* PrintOptionsDialog::create_settings_group(wxWindow* parent) //Open Door Detection line_sizer = new wxBoxSizer(wxHORIZONTAL); m_cb_open_door = new CheckBox(parent); - text_open_door = new Label(parent, _L("Open Door Dectection")); + text_open_door = new Label(parent, _L("Open Door Detection")); text_open_door->SetFont(Label::Body_14); open_door_switch_board = new SwitchBoard(parent, _L("Notification"), _L("Pause printing"), wxSize(FromDIP(200), FromDIP(26))); open_door_switch_board->Disable();