diff --git a/Marlin/language_en.h b/Marlin/language_en.h
index f59981082377a4fb6d0ce46325384481e100cc9a..6cf7d52c5ba97ddd99e7a148104c0f4824b0f189 100644
--- a/Marlin/language_en.h
+++ b/Marlin/language_en.h
@@ -500,9 +500,6 @@
#ifndef MSG_SHORT_MINUTE
#define MSG_SHORT_MINUTE "m" // One character only
#endif
-#ifndef MSG_PRINT_TIME
- #define MSG_PRINT_TIME "Print time"
-#endif
#ifndef MSG_HEATING
#define MSG_HEATING "Heating..."
#endif
diff --git a/Marlin/language_it.h b/Marlin/language_it.h
index 82bece1819f7687b602ed24e89376974f2d7aae7..047272bc6fb53176866690f610045f60682f7e17 100644
--- a/Marlin/language_it.h
+++ b/Marlin/language_it.h
@@ -169,7 +169,6 @@
#define MSG_SHORT_DAY "g" // One character only
#define MSG_SHORT_HOUR "h" // One character only
#define MSG_SHORT_MINUTE "m" // One character only
-#define MSG_PRINT_TIME "Durata stampa"
#define MSG_HEATING "Riscaldamento.."
#define MSG_HEATING_COMPLETE "Risc. completato"
#define MSG_BED_HEATING "Risc. Piatto.."
diff --git a/Marlin/language_kana.h b/Marlin/language_kana.h
index 9b406e5fc6b2b08f1b37d571167cfbf92be1bb4a..67136e2987e206bbf60602b465f536e10d8b981d 100644
--- a/Marlin/language_kana.h
+++ b/Marlin/language_kana.h
@@ -220,7 +220,6 @@
#define MSG_SHORT_DAY "d" // One character only
#define MSG_SHORT_HOUR "h" // One character only
#define MSG_SHORT_MINUTE "m" // One character only
-#define MSG_PRINT_TIME "\xcc\xdf\xd8\xdd\xc4\xbc\xde\xb6\xdd" // "プリントジカン" ("Print time")
#define MSG_HEATING "\xb6\xc8\xc2\xc1\xad\xb3" // "カネツチュウ" ("Heating...")
#define MSG_HEATING_COMPLETE "\xb6\xc8\xc2\xb6\xdd\xd8\xae\xb3" // "カネツカンリョウ" ("Heating done.")
#define MSG_BED_HEATING "\xcd\xde\xaf\xc4\xde\x20\xb6\xc8\xc2\xc1\xad\xb3" // "ベッド カネツチュウ" ("Bed Heating.")
diff --git a/Marlin/language_kana_utf8.h b/Marlin/language_kana_utf8.h
index ed521aaeaf406ce3621081ff4f7803c4250bdd0b..3e46f57d8266ea0309f867e84b553c7c5e894d18 100644
--- a/Marlin/language_kana_utf8.h
+++ b/Marlin/language_kana_utf8.h
@@ -175,7 +175,6 @@
#define MSG_SHORT_DAY "d" // One character only
#define MSG_SHORT_HOUR "h" // One character only
#define MSG_SHORT_MINUTE "m" // One character only
-#define MSG_PRINT_TIME "プリントジカン" // "Print time"
#define MSG_HEATING "カネツチュウ" // "Heating..."
#define MSG_HEATING_COMPLETE "カネツカンリョウ" // "Heating done."
#define MSG_BED_HEATING "ベッド カネツチュウ" // "Bed Heating."