mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-17 22:12:36 +00:00
Localizations refactor (#14254)
This commit is contained in:
@@ -67,9 +67,9 @@ struct InfoItemAtributes {
|
||||
|
||||
const std::map<InfoItemType, InfoItemAtributes> INFO_ITEMS{
|
||||
// info_item Type info_item Name info_item BitmapName
|
||||
{ InfoItemType::CustomSupports, {L("Support painting"), "toolbar_support" }, },
|
||||
{ InfoItemType::CustomSupports, {L("Support Painting"), "toolbar_support" }, },
|
||||
//{ InfoItemType::CustomSeam, {L("Paint-on seam"), "seam_" }, },
|
||||
{ InfoItemType::MmSegmentation, {L("Color painting"), "mmu_segmentation"}, },
|
||||
{ InfoItemType::MmSegmentation, {L("Color Painting"), "mmu_segmentation"}, },
|
||||
//{ InfoItemType::Sinking, {L("Sinking"), "objlist_sinking"}, },
|
||||
{ InfoItemType::CutConnectors, {L("Cut connectors"), "cut_connectors" }, },
|
||||
{ InfoItemType::FuzzySkin, {L("Paint-on fuzzy skin"), "objlist_fuzzy_skin_paint" }, },
|
||||
|
||||
Reference in New Issue
Block a user