Changed pos infill only label per suggestions by Tim and Yi-An

CURA-7255
This commit is contained in:
Nino van Hooff 2020-03-12 14:01:03 +01:00
parent 8c0a2ff72e
commit 2625bbef44

View file

@ -139,7 +139,7 @@ Item
id: infillOnlyComboBoxModel
Component.onCompleted: {
append({ text: catalog.i18nc("@item:inlistbox", "Infill only") })
append({ text: catalog.i18nc("@item:inlistbox", "Infill mesh only") })
append({ text: catalog.i18nc("@item:inlistbox", "Cutting mesh") })
}
}