mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Removed capital letter
CURA-955
This commit is contained in:
parent
d1eb8231a1
commit
6db03538a1
2 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ class USBPrinterOutputDeviceManager(QObject, OutputDevicePlugin, Extension):
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
# Should only happen in dev environments where the resources/firmware folder is absent.
|
# Should only happen in dev environments where the resources/firmware folder is absent.
|
||||||
self._usb_output_devices[printer_connection].setProgress(100, 100)
|
self._usb_output_devices[printer_connection].setProgress(100, 100)
|
||||||
Logger.log("w", "No firmware found for printer %s called '%s'" % (printer_connection, file_name)
|
Logger.log("w", "No firmware found for printer %s called '%s'", printer_connection, file_name)
|
||||||
Message(i18n_catalog.i18nc("@info",
|
Message(i18n_catalog.i18nc("@info",
|
||||||
"Could not find firmware required for the printer at %s.") % printer_connection).show()
|
"Could not find firmware required for the printer at %s.") % printer_connection).show()
|
||||||
self._firmware_view.close()
|
self._firmware_view.close()
|
||||||
|
|
|
@ -45,7 +45,7 @@ Cura.MachineAction
|
||||||
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
||||||
width: parent.width
|
width: parent.width
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
text: catalog.i18nc("@label", "The firmware shipping with new Printers works, but new versions tend to have more features and improvements.");
|
text: catalog.i18nc("@label", "The firmware shipping with new printers works, but new versions tend to have more features and improvements.");
|
||||||
}
|
}
|
||||||
|
|
||||||
Row
|
Row
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue