mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Change text in the combobox
Since it was anyway truncated CURA-7609
This commit is contained in:
parent
52ea3e8fcc
commit
ff4e4ccf55
1 changed files with 1 additions and 1 deletions
|
@ -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")});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue