mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Merge remote-tracking branch 'origin/main' into CURA-9278_choose_printer_dialog
This commit is contained in:
commit
5866560540
57 changed files with 200 additions and 185 deletions
|
@ -31,7 +31,7 @@ class RemovedPrintersMessage(Message):
|
|||
super().__init__(title=self.i18n_catalog.i18ncp("info:status",
|
||||
"A cloud connection is not available for a printer",
|
||||
"A cloud connection is not available for some printers",
|
||||
len(self.removed_devices)),
|
||||
len(self._removed_devices)),
|
||||
message_type=Message.MessageType.WARNING,
|
||||
text = message_text)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue