mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 20:31:35 -07: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
|
id: existingConnectionDialog
|
||||||
title: catalog.i18nc("@window:title", "Existing Connection")
|
title: catalog.i18nc("@window:title", "Existing Connection")
|
||||||
icon: StandardIcon.Information
|
icon: StandardIcon.Information
|
||||||
text: catalog.i18nc("@message:text", "There is an instance already connected to this group")
|
text: catalog.i18nc("@message:text", "This printer/group is already added to Cura. Please select another printer/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.")
|
|
||||||
standardButtons: StandardButton.Ok
|
standardButtons: StandardButton.Ok
|
||||||
modality: Qt.ApplicationModal
|
modality: Qt.ApplicationModal
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue