diff options
Diffstat (limited to 'klippy/extras/error_mcu.py')
-rw-r--r-- | klippy/extras/error_mcu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/error_mcu.py b/klippy/extras/error_mcu.py index 7e0610e9..43dcaa1b 100644 --- a/klippy/extras/error_mcu.py +++ b/klippy/extras/error_mcu.py @@ -135,7 +135,7 @@ class PrinterMCUError: newmsg = [ "MCU Protocol error", message_protocol_error1, - "Your Klipper version is: %s" % (host_version,), + "Your Kutter version is: %s" % (host_version,), "MCU(s) which should be updated:", ] newmsg += msg_update + ["Up-to-date MCU(s):"] + msg_updated |