Add better context for 'Print over network' text

This should help the translators get it better.
This commit is contained in:
Ghostkeeper 2016-11-02 09:31:51 +01:00
parent 54182c2b02
commit 688833d36a
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -100,7 +100,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
self.setPriority(2) # Make sure the output device gets selected above local file output
self.setName(key)
self.setShortDescription(i18n_catalog.i18nc("@action:button", "Print over network"))
self.setShortDescription(i18n_catalog.i18nc("@action:button Preceded by 'Ready to'.", "Print over network"))
self.setDescription(i18n_catalog.i18nc("@properties:tooltip", "Print over network"))
self.setIconName("print")