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

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);