mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix section text
CURA-6449
This commit is contained in:
parent
26205fbdce
commit
6383c77473
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue