mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Some more localization fixes.
This commit is contained in:
parent
5012e3079f
commit
0cfac53d24
4 changed files with 3 additions and 6 deletions
|
@ -750,7 +750,7 @@ void GUI_App::add_config_menu(wxMenuBar *menu)
|
|||
*/
|
||||
wxMessageDialog dialog(nullptr,
|
||||
_(L("Switching the language will trigger application restart.\n"
|
||||
"You will lose all your unsaved data (content of the plater, modified presets).")) + "\n\n" +
|
||||
"You will lose content of the plater.")) + "\n\n" +
|
||||
_(L("Do you want to proceed?")),
|
||||
wxString(SLIC3R_APP_NAME) + " - " + _(L("Language selection")),
|
||||
wxICON_QUESTION | wxOK | wxCANCEL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue