From 417152072932fd17102afa5055a0aef0a3e44373 Mon Sep 17 00:00:00 2001 From: Silvio Didonna Date: Wed, 21 Jun 2017 11:08:39 +0200 Subject: [PATCH] added missing italian translation --- Marlin/language_it.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Marlin/language_it.h b/Marlin/language_it.h index 45d1b5855..532650014 100644 --- a/Marlin/language_it.h +++ b/Marlin/language_it.h @@ -135,6 +135,7 @@ #define MSG_UBL_SAVE_ERROR _UxGT("Err: Salvataggio UBL") #define MSG_UBL_RESTORE_ERROR _UxGT("Err: Ripristino UBL") #define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Offset Fermato") +#define MSG_UBL_STEP_BY_STEP_MENU _UxGT("UBL passo passo") #define MSG_MOVING _UxGT("In movimento...") #define MSG_FREE_XY _UxGT("XY liberi")