mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Update question to sync printer configuration
UX designer wanted to have the text changed. Contributes to issue CURA-2634.
This commit is contained in:
parent
be356bae37
commit
7427730123
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue