mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
ENH: chinese translation
Change-Id: I6c072b36a14fed516a9cdcbd7c7ea2038ec29f3f
This commit is contained in:
parent
a981d3ac2c
commit
c1cc270788
27 changed files with 1540 additions and 455 deletions
|
@ -1000,7 +1000,7 @@ bool MainFrame::preview_only_hint()
|
|||
confirm_dlg.update_btn_label(_L("Yes"), _L("No"));
|
||||
auto filename = m_plater->get_preview_only_filename();
|
||||
|
||||
confirm_dlg.update_text(filename + _L(" will be closed before creating a new model. Do you want to continue?"));
|
||||
confirm_dlg.update_text(filename + " " + _L("will be closed before creating a new model. Do you want to continue?"));
|
||||
confirm_dlg.on_show();
|
||||
if (preview_only_to_editor) {
|
||||
m_plater->new_project();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue