mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-02 00:34:26 +08:00
Update message text
CURA-8254
This commit is contained in:
parent
bdbac23fdf
commit
cb4d5ce6e5
@ -50,7 +50,7 @@ class MaterialManagementModel(QObject):
|
|||||||
def _showSyncNewMaterialsMessage(self):
|
def _showSyncNewMaterialsMessage(self):
|
||||||
sync_materials_message = Message(
|
sync_materials_message = Message(
|
||||||
text = catalog.i18nc("@action:button",
|
text = catalog.i18nc("@action:button",
|
||||||
"Please sync the material profiles with your printer before starting to print."),
|
"Please sync the material profiles with your printers before starting to print."),
|
||||||
title = catalog.i18nc("@action:button", "New materials installed"),
|
title = catalog.i18nc("@action:button", "New materials installed"),
|
||||||
message_type = Message.MessageType.WARNING,
|
message_type = Message.MessageType.WARNING,
|
||||||
lifetime = 0
|
lifetime = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user