From abcac67cee16316a9e650c84e2273552fcd0eee7 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 17 May 2019 09:39:34 +0200 Subject: [PATCH] Improve wording of No. Layers setting Fixes #5741. --- plugins/PostProcessingPlugin/scripts/ChangeAtZ.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/PostProcessingPlugin/scripts/ChangeAtZ.py b/plugins/PostProcessingPlugin/scripts/ChangeAtZ.py index be9f93c0f6..e152bdf627 100644 --- a/plugins/PostProcessingPlugin/scripts/ChangeAtZ.py +++ b/plugins/PostProcessingPlugin/scripts/ChangeAtZ.py @@ -100,8 +100,8 @@ class ChangeAtZ(Script): }, "d_twLayers": { - "label": "No. Layers", - "description": "No. of layers used to change", + "label": "Layer Spread", + "description": "The change will be gradual over this many layers. Enter 1 to make the change immediate.", "unit": "", "type": "int", "default_value": 1,