Skip to content
Snippets Groups Projects
Commit 06949ae5 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix MSG_FILAMENT_CHANGE_HEAT_1 for small LCD

parent d882717d
Branches
Tags
No related merge requests found
......@@ -1079,6 +1079,9 @@
#ifndef MSG_FILAMENT_CHANGE_INSERT_1
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insert and Click")
#endif
#ifndef MSG_FILAMENT_CHANGE_HEAT_1
#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Click to heat")
#endif
#ifndef MSG_FILAMENT_CHANGE_HEATING_1
#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Heating...")
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment