More polishing of translations

This commit is contained in:
Lukas Matena 2020-02-27 14:11:20 +01:00
parent b4d0d9610e
commit abca180f9f
4 changed files with 5 additions and 5 deletions

View file

@ -3336,7 +3336,7 @@ void Plater::priv::reload_from_disk()
const auto& path = input_paths[i].string();
wxBusyCursor wait;
wxBusyInfo info(_(L("Reload from: ")) + from_u8(path), q->get_current_canvas3D()->get_wxglcanvas());
wxBusyInfo info(_(L("Reload from:")) + " " + from_u8(path), q->get_current_canvas3D()->get_wxglcanvas());
Model new_model;
try