Kaynağa Gözat

Fix conditions for display strings

AnHardt 9 yıl önce
ebeveyn
işleme
87a97f3724
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3
    3
      Marlin/language_en.h

+ 3
- 3
Marlin/language_en.h Dosyayı Görüntüle

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

Loading…
İptal
Kaydet