mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Localization: Updated PrusaSlicer.pot and CZ dictionary
+ Fixed some phrases.
This commit is contained in:
parent
3f11877c8f
commit
8b980d4b77
6 changed files with 2691 additions and 2302 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue