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:
authorYuSanka <yusanka@gmail.com>2020-12-16 19:28:42 +0300
committerYuSanka <yusanka@gmail.com>2020-12-16 19:29:38 +0300
commit8b980d4b77bdc9429175ef3a2036981c1adea744 (patch)
tree0aa5315e66cd81a41a94a9519ced1b3b80e5f9fa /src/slic3r/Utils
parent3f11877c8f1eb1435c3d0b2c786af9a7bbb26d3c (diff)
Localization: Updated PrusaSlicer.pot and CZ dictionary
+ Fixed some phrases.
Diffstat (limited to 'src/slic3r/Utils')
-rw-r--r--src/slic3r/Utils/PresetUpdater.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/slic3r/Utils/PresetUpdater.cpp b/src/slic3r/Utils/PresetUpdater.cpp
index c3ea473cb..94de459bc 100644
--- a/src/slic3r/Utils/PresetUpdater.cpp
+++ b/src/slic3r/Utils/PresetUpdater.cpp
@@ -68,7 +68,8 @@ void copy_file_fix(const fs::path& source, const fs::path& target,const std::str
if (ec) {
std::string msg = GUI::format(
_L("Copying of file %1% to %2% failed. Permissions fail at target file before copying.\n"
- "Error message : %3%\n This error happend during %4% phase."),
+ "Error message : %3%\n"
+ "This error happend during %4% phase."),
source, target, ec.message(), caller_function_name);
#if defined(__APPLE__) || defined(_WIN32)
throw Slic3r::CriticalException(msg);