Browse Source

✏️ Fix MSG_LOCKSCREEN

Scott Lahteine 3 years ago
parent
commit
cb31a99319
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/src/lcd/language/language_en.h

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

654
     LSTR MSG_COLORS_WHITE                 = _UxGT("White");
654
     LSTR MSG_COLORS_WHITE                 = _UxGT("White");
655
     LSTR MSG_UI_LANGUAGE                  = _UxGT("UI Language");
655
     LSTR MSG_UI_LANGUAGE                  = _UxGT("UI Language");
656
     LSTR MSG_SOUND_ENABLE                 = _UxGT("Enable sound");
656
     LSTR MSG_SOUND_ENABLE                 = _UxGT("Enable sound");
657
-    LSTR MSG_LOCKSCREEN                   = _UxGT("Lock Screen");
658
   #else
657
   #else
659
     LSTR MSG_MEDIA_NOT_INSERTED           = _UxGT("No Media");
658
     LSTR MSG_MEDIA_NOT_INSERTED           = _UxGT("No Media");
660
     LSTR MSG_PLEASE_PREHEAT               = _UxGT("Please Preheat");
659
     LSTR MSG_PLEASE_PREHEAT               = _UxGT("Please Preheat");

Loading…
Cancel
Save