Add tooltips for intent profiles to the Custom Quality panel.

The description is optional.
Tooltip will not show if no description is set

CURA-6853
This commit is contained in:
Nino van Hooff 2019-10-17 17:17:06 +02:00
parent 3709cfa4ed
commit b182830c21
3 changed files with 21 additions and 3 deletions

View file

@ -37,7 +37,7 @@ class IntentCategoryModel(ListModel):
}
_translations["engineering"] = {
"name": catalog.i18nc("@label", "Engineering"),
"description": catalog.i18nc("@text", "An profile which is suitable for engineering work")
"description": catalog.i18nc("@text", "A profile which is suitable for engineering work")
}
_translations["smooth"] = {