From b11051b281f9d925f16344dbef03e45bd439130a Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 31 Mar 2016 17:56:00 +0200 Subject: [PATCH] Improve language construction Contributes to issue CURA-1309. --- resources/machines/fdmprinter.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 18eb961609..bfa84f4259 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -595,7 +595,7 @@ }, "infill_sparse_thickness": { "label": "Infill layer thickness", - "description": "The thickness per layer of infill material. This value should always be a multiplication of the layer height and is otherwise rounded.", + "description": "The thickness per layer of infill material. This value should always be a multiple of the layer height and is otherwise rounded.", "unit": "mm", "type": "float", "default": 0.1, @@ -749,7 +749,7 @@ }, "retraction_extra_prime_amount": { "label": "Retraction Extra Prime Amount", - "description": "Some material can ooze away during a travel move, which can be compensated here.", + "description": "Some material can ooze away during a travel move, which can be compensated for here.", "unit": "mm³", "type": "float", "default": 0,