mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -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
|
|
@ -23,7 +23,7 @@ class NotClusterHostMessage(Message):
|
|||
"""Singleton used to prevent duplicate messages of this type at the same time."""
|
||||
|
||||
def __init__(self, device: "UltimakerNetworkedPrinterOutputDevice") -> None:
|
||||
super().__init__(
|
||||
super(NotClusterHostMessage, self).__init__(
|
||||
text = I18N_CATALOG.i18nc("@info:status", "You are attempting to connect to {0} but it is not "
|
||||
"the host of a group. You can visit the web page to configure "
|
||||
"it as a group host.", device.name),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue