From 7a41ab20ed5909ea8282d00ae539c15fe2165589 Mon Sep 17 00:00:00 2001 From: Tuomas Kuosmanen Date: Tue, 29 Dec 2020 16:00:38 +0200 Subject: [PATCH] Changed wording in one log message --- src/slic3r/GUI/GUI_App.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp index 3e82d6a3ca..ef25651088 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