mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 23:15:59 +08:00
Remove superfluous comma from balanced description
CURA-11131
This commit is contained in:
parent
ec1cd6b192
commit
98f0f9819d
@ -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…
x
Reference in New Issue
Block a user