mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix link to connecting page
Contributes to issue CURA-7017.
This commit is contained in:
parent
25292a4c7c
commit
2dcf5a9c97
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue