Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostas Karmas <konskarm@gmail.com>2020-08-03 10:07:20 +0300
committerKostas Karmas <konskarm@gmail.com>2020-08-03 10:07:20 +0300
commitff4e4ccf55a130e7ae152d007804426eb0cdb78f (patch)
tree901870d8e9bbf3660bcb236eab131f0c63da34a3 /plugins/3MFReader/WorkspaceDialog.qml
parent52ea3e8fccf12a303ce88dcf8baaeb53f5551424 (diff)
Change text in the combobox
Since it was anyway truncated CURA-7609
Diffstat (limited to 'plugins/3MFReader/WorkspaceDialog.qml')
-rw-r--r--plugins/3MFReader/WorkspaceDialog.qml2
1 files changed, 1 insertions, 1 deletions
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")});
}
}