mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Updated message with message types
Contributes to CURA-8418
This commit is contained in:
parent
900db57f0f
commit
2263969d5f
26 changed files with 136 additions and 82 deletions
|
|
@ -11,7 +11,7 @@ class PrintJobUploadSuccessMessage(Message):
|
|||
"""Message shown when uploading a print job to a cluster succeeded."""
|
||||
|
||||
def __init__(self) -> None:
|
||||
super().__init__(
|
||||
super(PrintJobUploadSuccessMessage, self).__init__(
|
||||
text = I18N_CATALOG.i18nc("@info:status", "Print job was successfully sent to the printer."),
|
||||
title = I18N_CATALOG.i18nc("@info:title", "Data Sent"),
|
||||
message_type = Message.MessageType.POSITIVE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue