From 7427730123bff19d30c97795b8e7c2e533ea1613 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 18 Oct 2016 12:56:15 +0200 Subject: [PATCH] Update question to sync printer configuration UX designer wanted to have the text changed. Contributes to issue CURA-2634. --- NetworkPrinterOutputDevice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetworkPrinterOutputDevice.py b/NetworkPrinterOutputDevice.py index b59896123e..9419eeaf16 100644 --- a/NetworkPrinterOutputDevice.py +++ b/NetworkPrinterOutputDevice.py @@ -947,7 +947,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice): def materialHotendChangedMessage(self, callback): Application.getInstance().messageBox(i18n_catalog.i18nc("@window:title", "Changes on the Printer"), i18n_catalog.i18nc("@label", - "Do you want to change the PrintCores and materials in Cura to match your printer?"), + "Would you like to update your current printer configuration into Cura?"), i18n_catalog.i18nc("@label", "The PrintCores and/or materials on your printer were changed. For the best result, always slice for the PrintCores and materials that are inserted in your printer."), buttons=QMessageBox.Yes + QMessageBox.No,