mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
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:
parent
3709cfa4ed
commit
b182830c21
3 changed files with 21 additions and 3 deletions
|
@ -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"] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue