Fix previous commit

CURA-11394
This commit is contained in:
c.lamboo 2023-11-28 10:34:08 +01:00
parent 02655cde2e
commit 6cca534304

View file

@ -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.")