Change text in the combobox

Since it was anyway truncated

CURA-7609
This commit is contained in:
Kostas Karmas 2020-08-03 09:07:20 +02:00
parent 52ea3e8fcc
commit ff4e4ccf55

View file

@ -114,7 +114,7 @@ UM.Dialog
{ {
Component.onCompleted: 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")}); append({"key": "new", "label": catalog.i18nc("@action:ComboBox option", "Create new printer")});
} }
} }