mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-01 18:10:38 +08:00
typos
This commit is contained in:
parent
66e362e2dd
commit
42c39dd232
@ -1327,12 +1327,10 @@ void GUI_App::remove_desktop_files_dialog()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// Inform about fails.
|
// 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";
|
text += "\n";
|
||||||
for (const boost::filesystem::path& entry : fails) {
|
for (const boost::filesystem::path& entry : fails) {
|
||||||
text += GUI::format_wxstr("%1%\n",entry.string());
|
text += GUI::format("%1%\n",entry.string());
|
||||||
fails_serialized += entry.string() + ";";
|
|
||||||
}
|
}
|
||||||
BOOST_LOG_TRIVIAL(error) << text;
|
BOOST_LOG_TRIVIAL(error) << text;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user