mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:35:58 +08:00
Fix section text
CURA-6449
This commit is contained in:
parent
26205fbdce
commit
6383c77473
@ -81,7 +81,7 @@ class DiscoveredPrinter(QObject):
|
|||||||
if self.isUnknownMachineType or not self.isHostOfGroup:
|
if self.isUnknownMachineType or not self.isHostOfGroup:
|
||||||
return catalog.i18nc("@label", "The printer(s) below cannot be connected because they are part of a group")
|
return catalog.i18nc("@label", "The printer(s) below cannot be connected because they are part of a group")
|
||||||
else:
|
else:
|
||||||
return catalog.i18nc("@label", "Available network printers")
|
return catalog.i18nc("@label", "Available networked printers")
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user