From ff4e4ccf55a130e7ae152d007804426eb0cdb78f Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Mon, 3 Aug 2020 09:07:20 +0200 Subject: [PATCH] Change text in the combobox Since it was anyway truncated CURA-7609 --- plugins/3MFReader/WorkspaceDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/3MFReader/WorkspaceDialog.qml b/plugins/3MFReader/WorkspaceDialog.qml index e1b9e7a811..d206902ec3 100644 --- a/plugins/3MFReader/WorkspaceDialog.qml +++ b/plugins/3MFReader/WorkspaceDialog.qml @@ -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")}); } }