Skip to content

Commit

Permalink
Add the (probably) final intent profile descriptions (English)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninovanhooff committed Nov 4, 2019
1 parent 248f4fc commit 8389c2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cura/Machines/Models/IntentCategoryModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ class IntentCategoryModel(ListModel):
}
_translations["visual"] = {
"name": catalog.i18nc("@label", "Visual"),
"description": catalog.i18nc("@text", "Optimized for appearance")
"description": catalog.i18nc("@text", "The visual profile is designed to print visual prototypes and models with the intent of high visual and surface quality.")
}
_translations["engineering"] = {
"name": catalog.i18nc("@label", "Engineering"),
"description": catalog.i18nc("@text", "Optimized for higher accuracy")
"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.")
}
_translations["quick"] = {
"name": catalog.i18nc("@label", "Draft"),
"description": catalog.i18nc("@text", "Optimized for fast results")
"description": catalog.i18nc("@text", "The draft profile is designed to print initial prototypes and concept validation with the intent of significant print time reduction.")
}


Expand Down

0 comments on commit 8389c2c

Please sign in to comment.