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:
authorbubnikv <bubnikv@gmail.com>2020-03-15 14:19:56 +0300
committerbubnikv <bubnikv@gmail.com>2020-03-15 14:19:56 +0300
commit6bf56d5cb4f1f6737a6d9ff8706981eae20a190e (patch)
tree0fe4420e47ac9d6199afe79a42209f978d9f92dc
parent707bc09be5ed505c8464810e7eac2da149c4d69d (diff)
Updated the "Remove user profiles" message at the install wizard toversion_2.2.0-rc4
indicate that it does nothing to user profiles.
-rw-r--r--src/slic3r/GUI/ConfigWizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/ConfigWizard.cpp b/src/slic3r/GUI/ConfigWizard.cpp
index ff0a3d121..19067738a 100644
--- a/src/slic3r/GUI/ConfigWizard.cpp
+++ b/src/slic3r/GUI/ConfigWizard.cpp
@@ -450,7 +450,7 @@ PageWelcome::PageWelcome(ConfigWizard *parent)
% _utf8(ConfigWizard::name())).str())
))
, cbox_reset(append(
- new wxCheckBox(this, wxID_ANY, _(L("Remove user profiles - install from scratch (a snapshot will be taken beforehand)")))
+ new wxCheckBox(this, wxID_ANY, _(L("Remove user profiles (a snapshot will be taken beforehand)")))
))
{
welcome_text->Hide();