Fix crash detected message translation

This commit is contained in:
Alex Voinea 2022-02-17 13:05:01 +01:00
parent 159c9c34bd
commit 28a3458634

View file

@ -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);