From b4994ad12ed453184dd2fd36e5326e3fc7c3bd5d Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Wed, 23 Jan 2019 19:25:16 -0600
Subject: [PATCH] Update language_it.h

---
 Marlin/src/lcd/language/language_it.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/src/lcd/language/language_it.h b/Marlin/src/lcd/language/language_it.h
index 759cde83e2..ec9ee4aee6 100644
--- a/Marlin/src/lcd/language/language_it.h
+++ b/Marlin/src/lcd/language/language_it.h
@@ -435,7 +435,7 @@
 #endif // LCD_HEIGHT < 4
 
 #define MSG_TMC_DRIVERS                     _UxGT("Drivers TMC")
-#define MSG_TMC_CURRENT                     _UxGT("Corrente driver")
+#define MSG_TMC_CURRENT                     _UxGT("Driver in uso")
 #define MSG_TMC_HYBRID_THRS                 _UxGT("Soglia modo ibrido")
 #define MSG_TMC_HOMING_THRS                 _UxGT("Azzer. sensorless")
 #define MSG_TMC_STEPPING_MODE               _UxGT("Modo stepping")
-- 
GitLab