mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-03 11:25:13 +08:00
Improve context of override and new translation items
Contributes to issue CURA-6768.
This commit is contained in:
parent
5ec833c15e
commit
699e601de8
@ -55,8 +55,8 @@ UM.Dialog
|
|||||||
// See http://stackoverflow.com/questions/7659442/listelement-fields-as-properties
|
// See http://stackoverflow.com/questions/7659442/listelement-fields-as-properties
|
||||||
Component.onCompleted:
|
Component.onCompleted:
|
||||||
{
|
{
|
||||||
append({"key": "override", "label": catalog.i18nc("@action:ComboBox option", "Update existing")});
|
append({"key": "override", "label": catalog.i18nc("@action:ComboBox Update/override existing profile", "Update existing")});
|
||||||
append({"key": "new", "label": catalog.i18nc("@action:ComboBox option", "Create new")});
|
append({"key": "new", "label": catalog.i18nc("@action:ComboBox Save settings in a new profile", "Create new")});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user