Browse Source

Fix EPROM -> EEPROM

These fixes are neede because before it showed the englisch text even if language = de was selected
Kai 7 years ago
parent
commit
afeb0452ef
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/language_en.h

+ 2
- 2
Marlin/language_en.h View File

312
 #ifndef MSG_CONTRAST
312
 #ifndef MSG_CONTRAST
313
   #define MSG_CONTRAST                        _UxGT("LCD contrast")
313
   #define MSG_CONTRAST                        _UxGT("LCD contrast")
314
 #endif
314
 #endif
315
-#ifndef MSG_STORE_EPROM
315
+#ifndef MSG_STORE_EEPROM
316
   #define MSG_STORE_EEPROM                    _UxGT("Store memory")
316
   #define MSG_STORE_EEPROM                    _UxGT("Store memory")
317
 #endif
317
 #endif
318
-#ifndef MSG_LOAD_EPROM
318
+#ifndef MSG_LOAD_EEPROM
319
   #define MSG_LOAD_EEPROM                     _UxGT("Load memory")
319
   #define MSG_LOAD_EEPROM                     _UxGT("Load memory")
320
 #endif
320
 #endif
321
 #ifndef MSG_RESTORE_FAILSAFE
321
 #ifndef MSG_RESTORE_FAILSAFE

Loading…
Cancel
Save