mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:29:02 +08:00
Fix link to connecting page
Contributes to issue CURA-7017.
This commit is contained in:
parent
25292a4c7c
commit
2dcf5a9c97
@ -206,8 +206,8 @@ Item
|
||||
}
|
||||
else
|
||||
{
|
||||
return catalog.i18nc("@label", "The printer at this address has not responded yet.") + "<br /><br /><a href=\"https://www.ultimaker.com/\">"
|
||||
+ catalog.i18nc("@label", "Can't connect to your printer?") + "</a>";
|
||||
return catalog.i18nc("@label", "The printer at this address has not responded yet.") + "<br /><br /><a href=\"https://ultimaker.com/en/resources/52891-set-up-a-cloud-connection\">"
|
||||
+ catalog.i18nc("@label", "Can't connect to your Ultimaker printer?") + "</a>";
|
||||
}
|
||||
}
|
||||
onLinkActivated: Qt.openUrlExternally(link)
|
||||
|
Loading…
x
Reference in New Issue
Block a user