|
@@ -7554,7 +7554,7 @@ void kill(const char *full_screen_message, unsigned char id)
|
|
|
SERIAL_ERRORLNRPGM(full_screen_message);
|
|
|
lcd_display_message_fullscreen_P(full_screen_message);
|
|
|
} else {
|
|
|
- LCD_ALERTMESSAGERPGM(_i("KILLED. "));////MSG_KILLED c=0 r=0
|
|
|
+ LCD_ALERTMESSAGERPGM(_n("KILLED. "));////MSG_KILLED c=0 r=0
|
|
|
}
|
|
|
|
|
|
// FMC small patch to update the LCD before ending
|