Updated the "Remove user profiles" message at the install wizard to

indicate that it does nothing to user profiles.
This commit is contained in:
bubnikv 2020-03-15 12:19:56 +01:00
parent 707bc09be5
commit 6bf56d5cb4

View file

@ -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();