Преглед на файлове

Merge pull request #3415 from leptun/MK3_fix_crashDetected_translation

Fix crash detected message translation
Alex Voinea преди 3 години
родител
ревизия
ae19f1bc0d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Firmware/Marlin_main.cpp

+ 1 - 1
Firmware/Marlin_main.cpp

@@ -655,7 +655,7 @@ void crashdet_detected(uint8_t mask)
 
         // ask whether to resume printing
         lcd_set_cursor(0, 1);
-        lcd_puts_P(MSG_RESUME_PRINT);
+        lcd_puts_P(_T(MSG_RESUME_PRINT));
         lcd_putc('?');
         bool yesno = lcd_show_yes_no_and_wait(false);
 		lcd_update_enable(true);