MSG_AUTOSTART => MSG_RUN_AUTO_FILES

This commit is contained in:
Scott Lahteine
2020-11-07 17:43:47 -06:00
parent 45116128e8
commit 18fb4b1ce1
32 changed files with 35 additions and 34 deletions

View File

@@ -42,7 +42,7 @@ namespace Language_an {
PROGMEM Language_Str MSG_MEDIA_REMOVED = _UxGT("Tarcheta sacada");
PROGMEM Language_Str MSG_LCD_ENDSTOPS = _UxGT("Endstops"); // Max length 8 characters
PROGMEM Language_Str MSG_MAIN = _UxGT("Menu prencipal");
PROGMEM Language_Str MSG_AUTOSTART = _UxGT("Inicio automatico");
PROGMEM Language_Str MSG_RUN_AUTO_FILES = _UxGT("Inicio automatico");
PROGMEM Language_Str MSG_DISABLE_STEPPERS = _UxGT("Amortar motors");
PROGMEM Language_Str MSG_AUTO_HOME = _UxGT("Levar a l'orichen");
PROGMEM Language_Str MSG_AUTO_HOME_X = _UxGT("Orichen X");