This commit is contained in:
David Kocik 2021-05-07 09:01:47 +02:00
parent 963849e18b
commit 9cfcba78f7
2 changed files with 1 additions and 38 deletions
src/slic3r/GUI

View file

@ -472,7 +472,7 @@ PageWelcome::PageWelcome(ConfigWizard *parent)
new wxCheckBox(this, wxID_ANY, _L("Remove user profiles (a snapshot will be taken beforehand)"))
))
, cbox_integrate(append(
new wxCheckBox(this, wxID_ANY, _L("Perform desktop integration (This will set shortcuts to PrusaSlicer to this Appimage executable)."))
new wxCheckBox(this, wxID_ANY, _L("Perform desktop integration (Sets this binary to be searchable by the system)."))
))
{
welcome_text->Hide();