mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
Changed print with wifi to print over network
CURA-1855
This commit is contained in:
parent
676182cd54
commit
f9f83981bb
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||
self._api_version = "1"
|
||||
self._api_prefix = "/api/v" + self._api_version + "/"
|
||||
self.setName(key)
|
||||
self.setShortDescription(i18n_catalog.i18nc("@action:button", "Print with WIFI"))
|
||||
self.setDescription(i18n_catalog.i18nc("@properties:tooltip", "Print with WIFI"))
|
||||
self.setShortDescription(i18n_catalog.i18nc("@action:button", "Print over network"))
|
||||
self.setDescription(i18n_catalog.i18nc("@properties:tooltip", "Print over network"))
|
||||
self.setIconName("print")
|
||||
|
||||
# QNetwork manager needs to be created in advance. If we don't it can happen that it doesn't correctly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue