Browse Source

Fix conditions for display strings

AnHardt 10 years ago
parent
commit
87a97f3724
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/language_en.h

+ 3
- 3
Marlin/language_en.h View File

423
 #ifndef MSG_HEATING
423
 #ifndef MSG_HEATING
424
 #define MSG_HEATING                         "Heating..."
424
 #define MSG_HEATING                         "Heating..."
425
 #endif
425
 #endif
426
-#ifndef MSG_HEATING
426
+#ifndef MSG_HEATING_COMPLETE
427
 #define MSG_HEATING_COMPLETE                "Heating done."
427
 #define MSG_HEATING_COMPLETE                "Heating done."
428
 #endif
428
 #endif
429
-#ifndef MSG_HEATING
429
+#ifndef MSG_BED_HEATING
430
 #define MSG_BED_HEATING                     "Bed Heating."
430
 #define MSG_BED_HEATING                     "Bed Heating."
431
 #endif
431
 #endif
432
-#ifndef MSG_HEATING
432
+#ifndef MSG_BED_DONE
433
 #define MSG_BED_DONE                        "Bed done."
433
 #define MSG_BED_DONE                        "Bed done."
434
 #endif
434
 #endif
435
 
435
 

Loading…
Cancel
Save