mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Fixed one more occurrence of "hotend" to "PrintCore"
CURA-2116
This commit is contained in:
parent
631d079e26
commit
58115ce798
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
||||||
i18n_catalog.i18nc("@label",
|
i18n_catalog.i18nc("@label",
|
||||||
"Do you want to change the PrintCores and materials to match your printer?"),
|
"Do you want to change the PrintCores and materials to match your printer?"),
|
||||||
i18n_catalog.i18nc("@label",
|
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,
|
buttons=QMessageBox.Yes + QMessageBox.No,
|
||||||
icon=QMessageBox.Question,
|
icon=QMessageBox.Question,
|
||||||
callback=callback
|
callback=callback
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue