mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:29:04 +08:00
Fix two spelling errors
TRI-1450
This commit is contained in:
parent
e187b96455
commit
04611b06af
@ -638,7 +638,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||||||
if self._json_printer_state["heads"][0]["extruders"][index]["hotend"]["id"] == "":
|
if self._json_printer_state["heads"][0]["extruders"][index]["hotend"]["id"] == "":
|
||||||
Logger.log("e", "No cartridge loaded in slot %s, unable to start print", index + 1)
|
Logger.log("e", "No cartridge loaded in slot %s, unable to start print", index + 1)
|
||||||
self._error_message = Message(
|
self._error_message = Message(
|
||||||
i18n_catalog.i18nc("@info:status", "Unable to start a new print job. No PrinterCore loaded in slot {0}".format(index + 1)))
|
i18n_catalog.i18nc("@info:status", "Unable to start a new print job. No Printcore loaded in slot {0}".format(index + 1)))
|
||||||
self._error_message.show()
|
self._error_message.show()
|
||||||
return
|
return
|
||||||
if self._json_printer_state["heads"][0]["extruders"][index]["active_material"]["guid"] == "":
|
if self._json_printer_state["heads"][0]["extruders"][index]["active_material"]["guid"] == "":
|
||||||
|
@ -322,7 +322,7 @@ UM.PreferencesPage
|
|||||||
UM.TooltipArea {
|
UM.TooltipArea {
|
||||||
width: childrenRect.width;
|
width: childrenRect.width;
|
||||||
height: childrenRect.height;
|
height: childrenRect.height;
|
||||||
text: catalog.i18nc("@info:tooltip","Moves the camera so the model is in the center of the view when an model is selected")
|
text: catalog.i18nc("@info:tooltip","Moves the camera so the model is in the center of the view when a model is selected")
|
||||||
|
|
||||||
CheckBox
|
CheckBox
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user