mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: modify the translation
Change-Id: I8f894012660ec9877fb3af9f87be370d78859c76
This commit is contained in:
parent
084ea583fb
commit
e05f28d0fb
19 changed files with 311 additions and 57 deletions
|
@ -4263,7 +4263,7 @@ void Plater::priv::replace_with_stl()
|
|||
if (!volume->source.input_file.empty() && fs::exists(volume->source.input_file))
|
||||
input_path = volume->source.input_file;
|
||||
|
||||
wxString title = _L("Select the new file");
|
||||
wxString title = _L("Select a new file");
|
||||
title += ":";
|
||||
wxFileDialog dialog(q, title, "", from_u8(input_path.filename().string()), file_wildcards(FT_MODEL), wxFD_OPEN | wxFD_FILE_MUST_EXIST);
|
||||
if (dialog.ShowModal() != wxID_OK)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue