From f0dc7a0eea918982f9a59f7d5d694716e88fc410 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 3 Dec 2021 13:59:01 +0100 Subject: [PATCH] Adjust message to include suggestion to update firmware Because the issue could also be that their firmware is outdated and doesn't yet support syncing material. Contributes to issue CURA-8671. --- resources/qml/Preferences/Materials/MaterialsSyncDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml index 67d810e8f2..56873f3234 100644 --- a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml +++ b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml @@ -579,7 +579,7 @@ Window } Label { - text: catalog.i18nc("@text", "It seems like you don't have access to any printers connected to Digital Factory.") + text: catalog.i18nc("@text", "It seems like you don't have any compatible printers connected to Digital Factory. Make sure your printer is connected and it's running the latest firmware.") width: parent.width horizontalAlignment: Text.AlignHCenter wrapMode: Text.Wrap