Renamed 'MMU segmentation; to 'Multimaterial painting'
This commit is contained in:
parent
1eebaa4576
commit
a5ebd45d4d
4 changed files with 5 additions and 4 deletions
src/slic3r/GUI
|
@ -64,7 +64,7 @@ ObjectDataViewModelNode::ObjectDataViewModelNode(ObjectDataViewModelNode* parent
|
|||
{
|
||||
m_name = info_type == InfoItemType::CustomSupports ? _L("Paint-on supports") :
|
||||
info_type == InfoItemType::CustomSeam ? _L("Paint-on seam") :
|
||||
info_type == InfoItemType::MmuSegmentation ? _L("Paint-on segmentation") :
|
||||
info_type == InfoItemType::MmuSegmentation ? _L("Multimaterial painting") :
|
||||
info_type == InfoItemType::Sinking ? _L("Sinking") :
|
||||
_L("Variable layer height");
|
||||
m_info_item_type = info_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue