mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Remove superfluous comma from balanced description
CURA-11131
This commit is contained in:
parent
ec1cd6b192
commit
98f0f9819d
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ class IntentCategoryModel(ListModel):
|
|||
cls._translations["default"] = {
|
||||
"name": catalog.i18nc("@label", "Balanced"),
|
||||
"description": catalog.i18nc("@text",
|
||||
"The balanced profile, is designed to strike a balance between productivity, surface quality, mechanical properties and dimensional accuracy.")
|
||||
"The balanced profile is designed to strike a balance between productivity, surface quality, mechanical properties and dimensional accuracy.")
|
||||
}
|
||||
cls._translations["visual"] = {
|
||||
"name": catalog.i18nc("@label", "Visual"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue