mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Update remove cloud printer pop-up message
CURA-7436
This commit is contained in:
parent
f677be14c2
commit
b5e971f9ec
1 changed files with 4 additions and 3 deletions
|
@ -267,9 +267,10 @@ class CloudOutputDeviceManager:
|
||||||
machine.setMetaDataEntry("group_name", device.name)
|
machine.setMetaDataEntry("group_name", device.name)
|
||||||
machine.setMetaDataEntry("removal_warning", self.I18N_CATALOG.i18nc(
|
machine.setMetaDataEntry("removal_warning", self.I18N_CATALOG.i18nc(
|
||||||
"@label ({} is printer name)",
|
"@label ({} is printer name)",
|
||||||
"{} will be removed but will be added again in the next sync. To remove the printer permanently, "
|
"{} will be removed until the next account sync. <br> To remove {} permanently, "
|
||||||
"visit <a href='https://mycloud.ultimaker.com/'>Ultimaker Digital Factory</a>",
|
"visit <a href='https://mycloud.ultimaker.com/'>Ultimaker Digital Factory</a>. "
|
||||||
device.name
|
"<br><br>Are you sure you want to remove {} temporarily?",
|
||||||
|
device.name, device.name, device.name
|
||||||
))
|
))
|
||||||
machine.addConfiguredConnectionType(device.connectionType.value)
|
machine.addConfiguredConnectionType(device.connectionType.value)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue