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:
authorTuomas Kuosmanen <tuomas.kuosmanen@gmail.com>2020-12-29 17:00:38 +0300
committerLukas Matena <lukasmatena@seznam.cz>2021-01-04 16:21:24 +0300
commit7a41ab20ed5909ea8282d00ae539c15fe2165589 (patch)
treedd2bf96430065fd94a64fed6ecb4ca160c22b18f
parent6cf47f3e6154c44864b22b8595bf560060cc58e9 (diff)
Changed wording in one log message
-rw-r--r--src/slic3r/GUI/GUI_App.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp
index 3e82d6a3c..ef2565108 100644
--- a/src/slic3r/GUI/GUI_App.cpp
+++ b/src/slic3r/GUI/GUI_App.cpp
@@ -753,7 +753,7 @@ bool GUI_App::on_init_inner()
#ifdef __linux__
if (! check_old_linux_datadir(GetAppName())) {
- std::cerr << "Quitting, user chose to move his data to new location." << std::endl;
+ std::cerr << "Quitting, user chose to move their data to new location." << std::endl;
return false;
}
#endif