Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_bug_fixes

This commit is contained in:
enricoturri1966 2020-03-24 12:26:48 +01:00
commit 7c72231fcd
2 changed files with 15 additions and 3 deletions

View file

@ -70,7 +70,7 @@ wxString FlashAir::get_test_ok_msg () const
wxString FlashAir::get_test_failed_msg (wxString &msg) const
{
return GUI::from_u8((boost::format("%s: %s")
return GUI::from_u8((boost::format("%s: %s\n%s")
% _utf8(L("Could not connect to FlashAir"))
% std::string(msg.ToUTF8())
% _utf8(L("Note: FlashAir with firmware 2.00.02 or newer and activated upload function is required."))).str());