From 539cd8b306a15a491273ad5bae22eb358c24da53 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Tue, 25 Jun 2024 13:48:37 +0200 Subject: [PATCH] Replace "first" by "initial" in setting label and description CURA-11947 --- 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 3ea1ba7ac6..bcfa2f2229 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -5129,8 +5129,8 @@ }, "support_infill_density_multiplier_layer_0": { - "label": "Support Infill Density Multiplier First Layer", - "description": "Multiplier for the infill on the first layers of the support. Increasing this may help for bed adhesion.", + "label": "Support Infill Density Multiplier Initial Layer", + "description": "Multiplier for the infill on the initial layers of the support. Increasing this may help for bed adhesion.", "type": "int", "minimum_value": "1", "default_value": 1,