mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Applied review comments
Contributes to CURA-8418
This commit is contained in:
parent
2e6a488c98
commit
b6665f1142
11 changed files with 12 additions and 15 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(NotClusterHostMessage, self).__init__(
|
||||
super().__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