mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -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"] = {
|
cls._translations["default"] = {
|
||||||
"name": catalog.i18nc("@label", "Balanced"),
|
"name": catalog.i18nc("@label", "Balanced"),
|
||||||
"description": catalog.i18nc("@text",
|
"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"] = {
|
cls._translations["visual"] = {
|
||||||
"name": catalog.i18nc("@label", "Visual"),
|
"name": catalog.i18nc("@label", "Visual"),
|
||||||
|
|
|
@ -10,7 +10,7 @@ intent_translations = collections.OrderedDict() # type: collections.OrderedDict
|
||||||
intent_translations["default"] = {
|
intent_translations["default"] = {
|
||||||
"name": catalog.i18nc("@label", "Balanced"),
|
"name": catalog.i18nc("@label", "Balanced"),
|
||||||
"description": catalog.i18nc("@text",
|
"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.")
|
||||||
}
|
}
|
||||||
intent_translations["visual"] = {
|
intent_translations["visual"] = {
|
||||||
"name": catalog.i18nc("@label", "Visual"),
|
"name": catalog.i18nc("@label", "Visual"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue