mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Changed wording in one log message
This commit is contained in:
parent
6cf47f3e61
commit
7a41ab20ed
1 changed files with 1 additions and 1 deletions
|
@ -753,7 +753,7 @@ bool GUI_App::on_init_inner()
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
if (! check_old_linux_datadir(GetAppName())) {
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue