Tweak descriptions of mesh type options

This commit is contained in:
fieldOfView 2017-11-10 12:27:15 +01:00
parent e00ac591bf
commit dcdd1f8650

View file

@ -61,7 +61,7 @@ Item {
});
meshTypeModel.append({
type: "anti_overhang_mesh",
text: catalog.i18nc("@label", "Remove support for overlap with other models")
text: catalog.i18nc("@label", "Don't support overlap with other models")
});
meshTypeModel.append({
type: "cutting_mesh",
@ -69,7 +69,7 @@ Item {
});
meshTypeModel.append({
type: "infill_mesh",
text: catalog.i18nc("@label", "Modify settings for overlap with infill of other models")
text: catalog.i18nc("@label", "Modify settings for infill of other models")
});
meshTypeSelection.updateCurrentIndex();