Change the engineering intent tooltip (again)

Let's hope that this is the final one...

CURA-6890
This commit is contained in:
Jaime van Kessel 2019-11-04 16:07:15 +01:00
parent 8389c2c17a
commit 2e3c3c7bd0
No known key found for this signature in database
GPG Key ID: 3710727397403C91

View File

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