mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Change intent profile descriptions to not trigger pervs and prudes.
CURA-6851
This commit is contained in:
parent
915c8e560c
commit
b2f9dc612d
1 changed files with 2 additions and 2 deletions
|
@ -37,12 +37,12 @@ class IntentCategoryModel(ListModel):
|
|||
}
|
||||
_translations["engineering"] = {
|
||||
"name": catalog.i18nc("@label", "Engineering"),
|
||||
"description": catalog.i18nc("@text", "A profile which is suitable for engineering work")
|
||||
"description": catalog.i18nc("@text", "Suitable for engineering work")
|
||||
|
||||
}
|
||||
_translations["smooth"] = {
|
||||
"name": catalog.i18nc("@label", "Smooth"),
|
||||
"description": catalog.i18nc("@text", "Ohhh yeah. So tender. So smooth. So Perfect.")
|
||||
"description": catalog.i18nc("@text", "Optimized for a smooth surfaces")
|
||||
}
|
||||
|
||||
## Creates a new model for a certain intent category.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue