From b2f9dc612d3fe4a08caafaf9d5942421d9f06d09 Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Mon, 21 Oct 2019 10:33:52 +0200 Subject: [PATCH] Change intent profile descriptions to not trigger pervs and prudes. CURA-6851 --- cura/Machines/Models/IntentCategoryModel.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cura/Machines/Models/IntentCategoryModel.py b/cura/Machines/Models/IntentCategoryModel.py index 8e7cd0fb5f..70165a33f1 100644 --- a/cura/Machines/Models/IntentCategoryModel.py +++ b/cura/Machines/Models/IntentCategoryModel.py @@ -37,12 +37,12 @@ class IntentCategoryModel(ListModel): } _translations["engineering"] = { "name": catalog.i18nc("@label", "Engineering"), - "description": catalog.i18nc("@text", "A profile which is suitable for engineering work") + "description": catalog.i18nc("@text", "Suitable for engineering work") } _translations["smooth"] = { "name": catalog.i18nc("@label", "Smooth"), - "description": catalog.i18nc("@text", "Ohhh yeah. So tender. So smooth. So Perfect.") + "description": catalog.i18nc("@text", "Optimized for a smooth surfaces") } ## Creates a new model for a certain intent category.