Follow-up and fix the PR #4287 (Allow stopwatch and printcounter to go over 18:12:15)
・Remove MSG_END_HOUR and MSG_END_MINUTE from all the language files ・Change from MSG_INFO_TOTAL_PRINTS to MSG_INFO_PRINT_COUNT in German file
This commit is contained in:
@ -491,12 +491,6 @@
|
||||
#ifndef MSG_END_DAY
|
||||
#define MSG_END_DAY "days"
|
||||
#endif
|
||||
#ifndef MSG_END_HOUR
|
||||
#define MSG_END_HOUR "hours"
|
||||
#endif
|
||||
#ifndef MSG_END_MINUTE
|
||||
#define MSG_END_MINUTE "minutes"
|
||||
#endif
|
||||
#ifndef MSG_PRINT_TIME
|
||||
#define MSG_PRINT_TIME "Print time"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user