From 0e3ffe997a33724603ce75fbb86be55d796e3069 Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Thu, 8 Dec 2016 16:00:22 +0100 Subject: [PATCH] Improved text. CURA-2947 Message "Would you like to update ... into Cura?" not clear --- plugins/UM3NetworkPrinting/NetworkPrinterOutputDevice.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/UM3NetworkPrinting/NetworkPrinterOutputDevice.py b/plugins/UM3NetworkPrinting/NetworkPrinterOutputDevice.py index 19692492e4..b83e9e3beb 100644 --- a/plugins/UM3NetworkPrinting/NetworkPrinterOutputDevice.py +++ b/plugins/UM3NetworkPrinting/NetworkPrinterOutputDevice.py @@ -1018,9 +1018,9 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice): def materialHotendChangedMessage(self, callback): Application.getInstance().messageBox(i18n_catalog.i18nc("@window:title", "Changes on the Printer"), i18n_catalog.i18nc("@label", - "Would you like to update your current printer configuration into Cura?"), + "Would you like to use your current printer configuration in 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."), + "The print cores and/or materials on your printer differ from those within your current project. For the best result, always slice for the PrintCores and materials that are inserted in your printer."), buttons=QMessageBox.Yes + QMessageBox.No, icon=QMessageBox.Question, callback=callback