1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

Some more localization fixes.

This commit is contained in:
bubnikv
2019-05-09 15:44:53 +02:00
parent 5012e3079f
commit 0cfac53d24
4 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -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);