Fix spelling and grammar of Remove Mesh Intersection

'objecs' to 'objects'.
Removed superfluous 'is'.

Contributes to issue CURA-2712.
This commit is contained in:
Ghostkeeper 2016-11-02 14:54:19 +01:00
parent 982029a627
commit 612ef1c0c6
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -3635,7 +3635,7 @@
"carve_multiple_volumes":
{
"label": "Remove Mesh Intersection",
"description": "Remove areas where multiple objecs are overlapping with each other. This is may be used if merged dual material objects overlap with each other.",
"description": "Remove areas where multiple objects are overlapping with each other. This may be used if merged dual material objects overlap with each other.",
"type": "bool",
"default_value": true,
"value": "machine_extruder_count > 1",