mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-13 09:49:56 +00:00
commit
4a18968c10
1 changed files with 2 additions and 2 deletions
|
@ -312,10 +312,10 @@
|
||||||
#ifndef MSG_CONTRAST
|
#ifndef MSG_CONTRAST
|
||||||
#define MSG_CONTRAST _UxGT("LCD contrast")
|
#define MSG_CONTRAST _UxGT("LCD contrast")
|
||||||
#endif
|
#endif
|
||||||
#ifndef MSG_STORE_EPROM
|
#ifndef MSG_STORE_EEPROM
|
||||||
#define MSG_STORE_EEPROM _UxGT("Store memory")
|
#define MSG_STORE_EEPROM _UxGT("Store memory")
|
||||||
#endif
|
#endif
|
||||||
#ifndef MSG_LOAD_EPROM
|
#ifndef MSG_LOAD_EEPROM
|
||||||
#define MSG_LOAD_EEPROM _UxGT("Load memory")
|
#define MSG_LOAD_EEPROM _UxGT("Load memory")
|
||||||
#endif
|
#endif
|
||||||
#ifndef MSG_RESTORE_FAILSAFE
|
#ifndef MSG_RESTORE_FAILSAFE
|
||||||
|
|
Loading…
Add table
Reference in a new issue