From afeb0452ef10ee1604973a0c2bb13824e78707f5 Mon Sep 17 00:00:00 2001 From: Kai Date: Mon, 10 Apr 2017 18:37:00 +0200 Subject: [PATCH] Fix EPROM -> EEPROM These fixes are neede because before it showed the englisch text even if language = de was selected --- Marlin/language_en.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/language_en.h b/Marlin/language_en.h index cf0322663..e6c285a1a 100644 --- a/Marlin/language_en.h +++ b/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