Fix #else extra tokens (#15013)
This commit is contained in:
parent
a58827ac5a
commit
029467f5de
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@
|
||||||
|
|
||||||
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Esperando impressão")
|
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Esperando impressão")
|
||||||
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("continuar")
|
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("continuar")
|
||||||
#else LCD_HEIGHT < 4
|
#else // LCD_HEIGHT < 4
|
||||||
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Aguarde...")
|
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Aguarde...")
|
||||||
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Ejetando...")
|
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Ejetando...")
|
||||||
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insira e Clique")
|
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insira e Clique")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue