mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
CURA-4870 Change message of the dialog when the connection with a printer/group already exists
This commit is contained in:
parent
890fc8619b
commit
36c5e0ad15
1 changed files with 1 additions and 2 deletions
|
@ -56,8 +56,7 @@ Cura.MachineAction
|
|||
id: existingConnectionDialog
|
||||
title: catalog.i18nc("@window:title", "Existing Connection")
|
||||
icon: StandardIcon.Information
|
||||
text: catalog.i18nc("@message:text", "There is an instance already connected to this group")
|
||||
detailedText: catalog.i18nc("@message:description", "You can't connect two instances to the same group. Please use the other instance or connect to another group.")
|
||||
text: catalog.i18nc("@message:text", "This printer/group is already added to Cura. Please select another printer/group.")
|
||||
standardButtons: StandardButton.Ok
|
||||
modality: Qt.ApplicationModal
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue