mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 20:22:03 +08:00
typos
This commit is contained in:
parent
66e362e2dd
commit
42c39dd232
@ -1327,12 +1327,10 @@ void GUI_App::remove_desktop_files_dialog()
|
||||
return;
|
||||
}
|
||||
// Inform about fails.
|
||||
std::string fails_serialized;
|
||||
std::string text = _"Failed to remove desktop files:";
|
||||
std::string text = "Failed to remove desktop files:";
|
||||
text += "\n";
|
||||
for (const boost::filesystem::path& entry : fails) {
|
||||
text += GUI::format_wxstr("%1%\n",entry.string());
|
||||
fails_serialized += entry.string() + ";";
|
||||
text += GUI::format("%1%\n",entry.string());
|
||||
}
|
||||
BOOST_LOG_TRIVIAL(error) << text;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user