mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Add better context for 'Print over network' text
This should help the translators get it better.
This commit is contained in:
parent
54182c2b02
commit
688833d36a
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue