Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kocik <kocikdav@gmail.com>2021-05-07 10:01:47 +0300
committerDavid Kocik <kocikdav@gmail.com>2021-05-07 10:01:57 +0300
commit9cfcba78f792a7262a0951ec1e56ea129373805c (patch)
treedcf894ded25ecea4d35044395d1a6a89f1c9f5d8 /src/slic3r/GUI/ConfigWizard.cpp
parent963849e18b4f1fe55406f82867bdb564b4122433 (diff)
text fix
Diffstat (limited to 'src/slic3r/GUI/ConfigWizard.cpp')
-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 1d07b137e..f4497b997 100644
--- a/src/slic3r/GUI/ConfigWizard.cpp
+++ b/src/slic3r/GUI/ConfigWizard.cpp
@@ -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();