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:
authorYuSanka <yusanka@gmail.com>2019-03-05 18:13:14 +0300
committerYuSanka <yusanka@gmail.com>2019-03-05 18:19:02 +0300
commitc1a24d2fbb78cd5695f9e0b34f3a1cf0688e558c (patch)
tree7d950941e82930aba701f1593d88abe58a5def2b /src/slic3r/GUI/GUI.cpp
parent857b68a82ac4772e4cbc3292b0f9f8968619b2d0 (diff)
Fixed message type and disabled "Split to parts" in toolbar for the SLA printer
Diffstat (limited to 'src/slic3r/GUI/GUI.cpp')
-rw-r--r--src/slic3r/GUI/GUI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GUI.cpp b/src/slic3r/GUI/GUI.cpp
index 85c8b48ab..11e94f2ca 100644
--- a/src/slic3r/GUI/GUI.cpp
+++ b/src/slic3r/GUI/GUI.cpp
@@ -145,7 +145,7 @@ void config_wizard(int reason)
{
show_info(nullptr,
_(L("It's impossible to print multi-part object(s) with SLA technology.")) + "\n\n" +
- _(L("Please check and fixe your object list.")),
+ _(L("Please check and fix your object list.")),
_(L("Attention!")));
}