From 34f81ed0b0fb4758c554afbd7f070ede8029ad88 Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Wed, 18 Mar 2020 09:31:13 +0100 Subject: [PATCH] Add link then the printer is not found CURA-7017 --- resources/qml/WelcomePages/AddPrinterByIpContent.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/qml/WelcomePages/AddPrinterByIpContent.qml b/resources/qml/WelcomePages/AddPrinterByIpContent.qml index 36ab89209a..c73aa3958e 100644 --- a/resources/qml/WelcomePages/AddPrinterByIpContent.qml +++ b/resources/qml/WelcomePages/AddPrinterByIpContent.qml @@ -203,7 +203,8 @@ Item { if (addPrinterByIpScreen.hasRequestFinished) { - return catalog.i18nc("@label", "Could not connect to device."); + return catalog.i18nc("@label", "Could not connect to device.") + "

" + + catalog.i18nc("@label", "Can't connect to your Ultimaker printer?") + ""; } else {