From 6bf56d5cb4f1f6737a6d9ff8706981eae20a190e Mon Sep 17 00:00:00 2001 From: bubnikv Date: Sun, 15 Mar 2020 12:19:56 +0100 Subject: Updated the "Remove user profiles" message at the install wizard to indicate that it does nothing to user profiles. --- src/slic3r/GUI/ConfigWizard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3