mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Rename "Default" intent to "Balanced"
CURA-11131
This commit is contained in:
parent
8ea04f018b
commit
82c4a10c1d
3 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ class IntentCategoryModel(ListModel):
|
|||
"""
|
||||
if len(cls._translations) == 0:
|
||||
cls._translations["default"] = {
|
||||
"name": catalog.i18nc("@label", "Default")
|
||||
"name": catalog.i18nc("@label", "Balanced")
|
||||
}
|
||||
cls._translations["visual"] = {
|
||||
"name": catalog.i18nc("@label", "Visual"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue