mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Updated the "Remove user profiles" message at the install wizard to
indicate that it does nothing to user profiles.
This commit is contained in:
parent
707bc09be5
commit
6bf56d5cb4
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ PageWelcome::PageWelcome(ConfigWizard *parent)
|
||||||
% _utf8(ConfigWizard::name())).str())
|
% _utf8(ConfigWizard::name())).str())
|
||||||
))
|
))
|
||||||
, cbox_reset(append(
|
, 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();
|
welcome_text->Hide();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue