Fix section text

CURA-6449
This commit is contained in:
Lipu Fei 2019-04-12 12:25:36 +02:00
parent 26205fbdce
commit 6383c77473

View File

@ -81,7 +81,7 @@ class DiscoveredPrinter(QObject):
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")
else:
return catalog.i18nc("@label", "Available network printers")
return catalog.i18nc("@label", "Available networked printers")
#