Move MSG_MARLIN

This commit is contained in:
Scott Lahteine
2020-02-08 22:25:24 -06:00
parent b9b07387d7
commit ffcbba4447
4 changed files with 4 additions and 10 deletions

View File

@ -40,6 +40,7 @@ namespace Language_en {
PROGMEM Language_Str LANGUAGE = _UxGT("English");
PROGMEM Language_Str WELCOME_MSG = MACHINE_NAME _UxGT(" Ready.");
PROGMEM Language_Str MSG_MARLIN = _UxGT("Marlin");
PROGMEM Language_Str MSG_YES = _UxGT("YES");
PROGMEM Language_Str MSG_NO = _UxGT("NO");
PROGMEM Language_Str MSG_BACK = _UxGT("Back");