Browse Source

Update Italian language (#13148)

Giuliano Zaro 6 years ago
parent
commit
2c8d12d3ec
2 changed files with 3 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/language/language_en.h
  2. 2
    0
      Marlin/src/lcd/language/language_it.h

+ 1
- 1
Marlin/src/lcd/language/language_en.h View File

@@ -1360,5 +1360,5 @@
1360 1360
 #endif
1361 1361
 
1362 1362
 #ifndef MSG_SERVICE_RESET
1363
-  #define MSG_SERVICE_RESET                           _UxGT("Reset")
1363
+  #define MSG_SERVICE_RESET                   _UxGT("Reset")
1364 1364
 #endif

+ 2
- 0
Marlin/src/lcd/language/language_it.h View File

@@ -495,3 +495,5 @@
495 495
 #define MSG_TMC_HOMING_THRS                 _UxGT("Azzer. sensorless")
496 496
 #define MSG_TMC_STEPPING_MODE               _UxGT("Modo stepping")
497 497
 #define MSG_TMC_STEALTH_ENABLED             _UxGT("StealthChop abil.")
498
+
499
+#define MSG_SERVICE_RESET                   _UxGT("Resetta")

Loading…
Cancel
Save