mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 01:08:59 +08:00
Change text in the combobox
Since it was anyway truncated CURA-7609
This commit is contained in:
parent
52ea3e8fcc
commit
ff4e4ccf55
@ -114,7 +114,7 @@ UM.Dialog
|
||||
{
|
||||
Component.onCompleted:
|
||||
{
|
||||
append({"key": "override", "label": catalog.i18nc("@action:ComboBox option", "Update existing printer")});
|
||||
append({"key": "override", "label": catalog.i18nc("@action:ComboBox option", "Update existing...")});
|
||||
append({"key": "new", "label": catalog.i18nc("@action:ComboBox option", "Create new printer")});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user