From 58115ce798296bb43155df993a847f688230d47e Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Wed, 17 Aug 2016 11:07:39 +0200 Subject: [PATCH] Fixed one more occurrence of "hotend" to "PrintCore" CURA-2116 --- NetworkPrinterOutputDevice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetworkPrinterOutputDevice.py b/NetworkPrinterOutputDevice.py index 66611a3a4a..96fb3f050d 100644 --- a/NetworkPrinterOutputDevice.py +++ b/NetworkPrinterOutputDevice.py @@ -639,7 +639,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice): i18n_catalog.i18nc("@label", "Do you want to change the PrintCores and materials to match your printer?"), i18n_catalog.i18nc("@label", - "The materials and / or hotends on your printer were changed. For best results always slice for the PrintCores and materials that are inserted in your printer."), + "The PrintCores and/or materials on your printer were changed. For best results always slice for the PrintCores and materials that are inserted in your printer."), buttons=QMessageBox.Yes + QMessageBox.No, icon=QMessageBox.Question, callback=callback