Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/slic3r/GUI/GUI_App.cpp')
-rw-r--r--src/slic3r/GUI/GUI_App.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp
index a6a72e3c9..4bc3360e5 100644
--- a/src/slic3r/GUI/GUI_App.cpp
+++ b/src/slic3r/GUI/GUI_App.cpp
@@ -1908,7 +1908,7 @@ void GUI_App::add_config_menu(wxMenuBar *menu)
title += " - " + _L("Language selection");
wxMessageDialog dialog(nullptr,
_L("Switching the language will trigger application restart.\n"
- "You will lose content of the plater.") + "\n\n" +
+ "You will lose content of the platter.") + "\n\n" +
_L("Do you want to proceed?"),
title,
wxICON_QUESTION | wxOK | wxCANCEL);