Merge pull request #42 from Prusa-Development/ys_beta26_local
Merged/fixed dictionaries provided by contributors
This commit is contained in:
commit
bb1e5dbb7a
30 changed files with 68592 additions and 30497 deletions
src/slic3r/GUI
|
@ -1801,7 +1801,7 @@ void ObjectList::load_shape_object(const std::string& type_name)
|
|||
// Create mesh
|
||||
BoundingBoxf3 bb;
|
||||
TriangleMesh mesh = create_mesh(type_name, bb);
|
||||
load_mesh_object(mesh, _u8L("Shape") + "-" + type_name);
|
||||
load_mesh_object(mesh, _u8L("Shape") + "-" + into_u8(_(type_name)));
|
||||
if (!m_objects->empty())
|
||||
m_objects->back()->volumes.front()->source.is_from_builtin_objects = true;
|
||||
wxGetApp().mainframe->update_title();
|
||||
|
@ -2070,7 +2070,7 @@ bool ObjectList::del_from_cut_object(bool is_cut_connector, bool is_model_part/*
|
|||
InfoDialog dialog(wxGetApp().plater(), title,
|
||||
_L("This action will break a cut information.\n"
|
||||
"After that PrusaSlicer can't guarantee model consistency.") + "\n\n" +
|
||||
_L("To manipulate with solid parts or negative volumes you have to invalidate cut information first." + msg_end ),
|
||||
_L("To manipulate with solid parts or negative volumes you have to invalidate cut information first.") + msg_end,
|
||||
false, buttons_style | wxCANCEL_DEFAULT | wxICON_WARNING);
|
||||
|
||||
dialog.SetButtonLabel(wxID_YES, _L("Invalidate cut info"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue