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:
authorJaime van Kessel <nallath@gmail.com>2019-11-04 18:07:15 +0300
committerJaime van Kessel <nallath@gmail.com>2019-11-04 18:07:15 +0300
commit2e3c3c7bd057f2dfa376e8ccb687b96333bae15e (patch)
tree0bbe96e3e02614c02c2be759082a6236837a732b
parent8389c2c17a5b77ec2535f4f7071cb506d1161c15 (diff)
Change the engineering intent tooltip (again)
Let's hope that this is the final one... CURA-6890
-rw-r--r--cura/Machines/Models/IntentCategoryModel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/Machines/Models/IntentCategoryModel.py b/cura/Machines/Models/IntentCategoryModel.py
index b149852462..cb81aec3c7 100644
--- a/cura/Machines/Models/IntentCategoryModel.py
+++ b/cura/Machines/Models/IntentCategoryModel.py
@@ -41,7 +41,7 @@ class IntentCategoryModel(ListModel):
}
_translations["engineering"] = {
"name": catalog.i18nc("@label", "Engineering"),
- "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.")
+ "description": catalog.i18nc("@text", "The engineering profile is designed to print functional prototypes and end-use parts with the intent of better accuracy and for closer tolerances.")
}
_translations["quick"] = {
"name": catalog.i18nc("@label", "Draft"),