Merge pull request #6297 from Kaibob2/patch-9

Fix EPROM -> EEPROM
This commit is contained in:
Scott Lahteine 2017-04-10 19:35:30 -05:00 committed by GitHub
commit 4a18968c10

View File

@ -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