Rename "Default" intent to "Balanced"

CURA-11131
This commit is contained in:
Jaime van Kessel 2023-10-06 11:03:49 +02:00
parent 8ea04f018b
commit 82c4a10c1d
No known key found for this signature in database
GPG key ID: C85F7A3AF1BAA7C4
3 changed files with 3 additions and 3 deletions

View file

@ -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"),