Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNino van Hooff <ninovanhooff@gmail.com>2019-11-04 13:51:10 +0300
committerNino van Hooff <ninovanhooff@gmail.com>2019-11-04 13:51:10 +0300
commit8389c2c17a5b77ec2535f4f7071cb506d1161c15 (patch)
tree15fabcba0113184aeacdf77433592b1d5db234dc
parent248f4fc21c791e92a013dbc96a8f7c1adab9f324 (diff)
Add the (probably) final intent profile descriptions (English)4.4-beta-pre-release
CURA-6890
-rw-r--r--cura/Machines/Models/IntentCategoryModel.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/cura/Machines/Models/IntentCategoryModel.py b/cura/Machines/Models/IntentCategoryModel.py
index a968d12b7a..b149852462 100644
--- a/cura/Machines/Models/IntentCategoryModel.py
+++ b/cura/Machines/Models/IntentCategoryModel.py
@@ -37,15 +37,15 @@ class IntentCategoryModel(ListModel):
}
_translations["visual"] = {
"name": catalog.i18nc("@label", "Visual"),
- "description": catalog.i18nc("@text", "Optimized for appearance")
+ "description": catalog.i18nc("@text", "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality.")
}
_translations["engineering"] = {
"name": catalog.i18nc("@label", "Engineering"),
- "description": catalog.i18nc("@text", "Optimized for higher accuracy")
+ "description": catalog.i18nc("@text", "The engineering profile is designed to print functional prototypes and end-use parts with the intent of improved accuracy and for tighter tolerances.")
}
_translations["quick"] = {
"name": catalog.i18nc("@label", "Draft"),
- "description": catalog.i18nc("@text", "Optimized for fast results")
+ "description": catalog.i18nc("@text", "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction.")
}