From 6cca53430494dd8b8e728649c1d5f29fc79c0f63 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Tue, 28 Nov 2023 10:34:08 +0100 Subject: [PATCH] Fix previous commit CURA-11394 --- cura/Machines/Models/IntentTranslations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/Machines/Models/IntentTranslations.py b/cura/Machines/Models/IntentTranslations.py index 25c2bfab76..3a2afcb7c5 100644 --- a/cura/Machines/Models/IntentTranslations.py +++ b/cura/Machines/Models/IntentTranslations.py @@ -24,7 +24,7 @@ intent_translations["quick"] = { "name": catalog.i18nc("@label", "Draft"), "description": catalog.i18nc("@text", "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction.") } -intent_translations["quick"] = { +intent_translations["solid"] = { "name": catalog.i18nc("@label", "Solid"), "description": catalog.i18nc("@text", "A highly dense and strong part but at a slower print time. Great for functional parts.")