From ddf3e1e22dc3cbb2377808909112f9a1e69639ae Mon Sep 17 00:00:00 2001
From: Scott Lahteine <sourcetree@thinkyhead.com>
Date: Sat, 14 May 2016 15:06:09 -0700
Subject: [PATCH] Tweaks to some verbiage

---
 Marlin/SanityCheck.h | 2 +-
 Marlin/utf_mapper.h  | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Marlin/SanityCheck.h b/Marlin/SanityCheck.h
index 623c5a2276..914b0ff312 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 bb53fad4c5..ae599af6bd 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"
-- 
GitLab