From 1fe94590bd63b528de5fe902382553724534e6bd Mon Sep 17 00:00:00 2001 From: Merikesh Dev Date: Sun, 3 Sep 2023 12:57:37 -0700 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A=20fix=20the=20formatting=20on=20?= =?UTF-8?q?=5FL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Github pull request: #2439 --- src/slic3r/GUI/GUI_App.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp index fa72729990..133ec8cbd5 100644 --- a/src/slic3r/GUI/GUI_App.cpp +++ b/src/slic3r/GUI/GUI_App.cpp @@ -3648,7 +3648,7 @@ void GUI_App::import_model(wxWindow *parent, wxArrayString& input_files) const #ifdef __APPLE__ _L("Choose one or more files (3mf/step/stl/svg/obj/amf/usd*/abc/ply):"), #else - _L("Choose one or more files (3mf/step/stl/svg/obj/amf):"), + _L("Choose one or more files (3mf/step/stl/svg/obj/amf):"), #endif from_u8(app_config->get_last_dir()), "", file_wildcards(FT_MODEL), wxFD_OPEN | wxFD_MULTIPLE | wxFD_FILE_MUST_EXIST);