Merge pull request #7498 from Ultimaker/CURA-7343_network_troubleshooting_link

CURA-7343_network_troubleshooting_link
This commit is contained in:
konskarm 2020-04-14 18:12:22 +02:00 committed by GitHub
commit 6241ca736e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,7 +173,7 @@ Cura.MachineAction
anchors.right: parent.right
wrapMode: Text.WordWrap
renderType: Text.NativeRendering
text: catalog.i18nc("@label", "If your printer is not listed, read the <a href='%1'>network printing troubleshooting guide</a>").arg("https://ultimaker.com/en/troubleshooting");
text: catalog.i18nc("@label", "If your printer is not listed, read the <a href='%1'>network printing troubleshooting guide</a>").arg("https://support.ultimaker.com/hc/en-us/articles/360012795419");
onLinkActivated: Qt.openUrlExternally(link)
}