mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Tweak descriptions of mesh type options
This commit is contained in:
parent
e00ac591bf
commit
dcdd1f8650
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue