mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 18:30:39 +08:00
Fix formatting on _L
This commit is contained in:
parent
b5a5e3ce9e
commit
5ef759ce41
@ -3651,7 +3651,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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user