Browse Source

Fix EPROM -> EEPROM

These fixes are neede because before it showed the englisch text even if language = de was selected
pull/1/head
Kai 8 years ago
committed by GitHub
parent
commit
afeb0452ef
  1. 4
      Marlin/language_en.h

4
Marlin/language_en.h

@ -312,10 +312,10 @@
#ifndef MSG_CONTRAST
#define MSG_CONTRAST _UxGT("LCD contrast")
#endif
#ifndef MSG_STORE_EPROM
#ifndef MSG_STORE_EEPROM
#define MSG_STORE_EEPROM _UxGT("Store memory")
#endif
#ifndef MSG_LOAD_EPROM
#ifndef MSG_LOAD_EEPROM
#define MSG_LOAD_EEPROM _UxGT("Load memory")
#endif
#ifndef MSG_RESTORE_FAILSAFE

Loading…
Cancel
Save