Fix Service Menu compile error (#14903)

This commit is contained in:
Ludy
2019-08-10 07:53:26 +02:00
committed by Scott Lahteine
parent a7f1021265
commit 9479ec32f7
5 changed files with 51 additions and 34 deletions

View File

@ -287,7 +287,7 @@
#define MSG_BUTTON_INIT _UxGT("Bestätigen")
#define MSG_BUTTON_STOP _UxGT("Stop")
#define MSG_BUTTON_PRINT _UxGT("Drucken")
#define MSG_BUTTON_RESET _UxGT("Zurücksetzen")
#define MSG_BUTTON_RESET _UxGT("Reseten")
#define MSG_BUTTON_CANCEL _UxGT("Abbrechen")
#define MSG_BUTTON_DONE _UxGT("Fertig")
#define MSG_PAUSE_PRINT _UxGT("SD-Druck pausieren")