From 89b296ef655d81b901b07134cf1355a3025a669c Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 5 Apr 2017 14:06:23 +0200 Subject: [PATCH] Describe the value of the support interface density settings rather than the action We use an object form rather than a verb form. Contributes to issue CURA-3491. --- resources/definitions/fdmprinter.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index b2a53c6484..1eacae635d 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -3339,7 +3339,7 @@ "support_bottom_density": { "label": "Support Bottom Density", - "description": "Adjusts the density of the bottoms of the support structure. A higher value results in better adhesion of the support on top of the model.", + "description": "The density of the bottoms of the support structure. A higher value results in better adhesion of the support on top of the model.", "unit": "%", "type": "float", "default_value": 100, @@ -3371,7 +3371,7 @@ "support_roof_density": { "label": "Support Roof Density", - "description": "Adjusts the density of the roofs of the support structure. A higher value results in better overhangs, but the supports are harder to remove.", + "description": "The density of the roofs of the support structure. A higher value results in better overhangs, but the supports are harder to remove.", "unit": "%", "type": "float", "default_value": 100,