diff --git a/Marlin/SanityCheck.h b/Marlin/SanityCheck.h
index 623c5a2276db591f4a75c99fd5107532e3bb6577..914b0ff31276964313a52d2ce4ca730aa8544876 100644
--- a/Marlin/SanityCheck.h
+++ b/Marlin/SanityCheck.h
@@ -121,7 +121,7 @@
  * Individual axis homing is useless for DELTAS
  */
 #if ENABLED(INDIVIDUAL_AXIS_HOMING_MENU) && ENABLED(DELTA)
-  #error Individual axis homing will not work with a DELTA kinematics.
+  #error INDIVIDUAL_AXIS_HOMING_MENU is incompatible with DELTA kinematics.
 #endif
 
 /**
diff --git a/Marlin/utf_mapper.h b/Marlin/utf_mapper.h
index bb53fad4c59f4cbeb95fe5ca98663de7f4b6f875..ae599af6bd7f00ddd4d9234df7da114de439fdd1 100644
--- a/Marlin/utf_mapper.h
+++ b/Marlin/utf_mapper.h
@@ -74,7 +74,7 @@
   //          ヰ    ヱ    ヲ    ン    フ    ?    ?   ?    ?    ?    ヲ    ・    ー    ヽ    ヽ   ?
            };
     #elif ENABLED(MAPPER_D0D1)
-      #error "Cyrillic on a japanese dsplay makes no sense. There are no matching symbols."
+      #error "Cyrillic on a JAPANESE display makes no sense. There are no matching symbols."
     #endif
 
   #elif DISPLAY_CHARSET_HD44780 == WESTERN
@@ -108,7 +108,7 @@
   //          p    c    T    y    Ф    x    Ч    ч    Ш    Щ    Ъ    Ы    b    Э    Ю    Я
             };
     #elif ENABLED(MAPPER_E382E383)
-      #error "Katakana on a western display makes no sense. There are no matching symbols."
+      #error "Katakana on a WESTERN display makes no sense. There are no matching symbols."
     #endif
 
   #elif DISPLAY_CHARSET_HD44780 == CYRILLIC
@@ -135,9 +135,9 @@
              // ш    щ    ъ    ы    ь    э    ю    я      // 7  Ѱ ѱ Ѳ ѳ Ѵ ѵ Ѷ ѷ
              };                                           //    ѻ ѹ Ѻ ѻ Ѽ ѽ Ѿ ѿ
     #elif ENABLED(MAPPER_C2C3)
-      #error "Western languages on a cyrillic display makes no sense. There are no matching symbols."
+      #error "Western languages on a CYRILLIC display makes no sense. There are no matching symbols."
     #elif ENABLED(MAPPER_E382E383)
-      #error "Katakana on a cyrillic display makes no sense. There are no matching symbols."
+      #error "Katakana on a CYRILLIC display makes no sense. There are no matching symbols."
     #endif
   #else
     #error "Something went wrong in the setting of DISPLAY_CHARSET_HD44780"