FIX: translation for cut

Change-Id: I31f755b857f07e920fe6e50d48f4aa34a53e07da
This commit is contained in:
zhimin.zeng 2023-03-17 14:30:58 +08:00 committed by Lane.Wei
parent 292f7e2c21
commit e031708043
24 changed files with 3079 additions and 539 deletions

View file

@ -2424,10 +2424,10 @@ bool ObjectList::del_from_cut_object(bool is_cut_connector, bool is_model_part/*
const wxString msg_end = is_cut_connector ? ("\n" + _L("To save cut correspondence you can delete all connectors from all related objects.")) : "";
InfoDialog dialog(wxGetApp().plater(), title,
_L("This action will break a cut correspondence.\n"
(_L("This action will break a cut correspondence.\n"
"After that model consistency can't be guaranteed .\n"
"\n"
"To manipulate with solid parts or negative volumes you have to invalidate cut infornation first." + msg_end ),
"To manipulate with solid parts or negative volumes you have to invalidate cut infornation first.") + msg_end ),
false, buttons_style | wxCANCEL_DEFAULT | wxICON_WARNING);
dialog.SetButtonLabel(wxID_YES, _L("Invalidate cut info"));