finished => completed

This commit is contained in:
Scott Lahteine
2016-07-14 11:46:35 -07:00
parent 1618870c84
commit c5e51f6b96
5 changed files with 29 additions and 22 deletions

View File

@ -209,12 +209,12 @@
#define MSG_INFO_PROTOCOL "Protocol"
#if LCD_WIDTH > 19
#define MSG_INFO_PRINT_COUNT "Print Count "
#define MSG_INFO_FINISHED_PRINTS "Finished "
#define MSG_INFO_PRINT_TIME "Total Time "
#define MSG_INFO_PRINT_COUNT "Print Count"
#define MSG_INFO_COMPLETED_PRINTS "Completed "
#define MSG_INFO_PRINT_TIME "Total Time "
#else
#define MSG_INFO_PRINT_COUNT "Prints "
#define MSG_INFO_FINISHED_PRINTS "Finished "
#define MSG_INFO_COMPLETED_PRINTS "Completed"
#define MSG_INFO_PRINT_TIME "Duration "
#endif
#define MSG_INFO_MIN_TEMP "Min Temp"