Browse Source

Tweaks to some verbiage

Scott Lahteine 8 years ago
parent
commit
ddf3e1e22d
2 changed files with 5 additions and 5 deletions
  1. 1
    1
      Marlin/SanityCheck.h
  2. 4
    4
      Marlin/utf_mapper.h

+ 1
- 1
Marlin/SanityCheck.h View File

121
  * Individual axis homing is useless for DELTAS
121
  * Individual axis homing is useless for DELTAS
122
  */
122
  */
123
 #if ENABLED(INDIVIDUAL_AXIS_HOMING_MENU) && ENABLED(DELTA)
123
 #if ENABLED(INDIVIDUAL_AXIS_HOMING_MENU) && ENABLED(DELTA)
124
-  #error Individual axis homing will not work with a DELTA kinematics.
124
+  #error INDIVIDUAL_AXIS_HOMING_MENU is incompatible with DELTA kinematics.
125
 #endif
125
 #endif
126
 
126
 
127
 /**
127
 /**

+ 4
- 4
Marlin/utf_mapper.h View File

74
   //          ヰ    ヱ    ヲ    ン    フ    ?    ?   ?    ?    ?    ヲ    ・    ー    ヽ    ヽ   ?
74
   //          ヰ    ヱ    ヲ    ン    フ    ?    ?   ?    ?    ?    ヲ    ・    ー    ヽ    ヽ   ?
75
            };
75
            };
76
     #elif ENABLED(MAPPER_D0D1)
76
     #elif ENABLED(MAPPER_D0D1)
77
-      #error "Cyrillic on a japanese dsplay makes no sense. There are no matching symbols."
77
+      #error "Cyrillic on a JAPANESE display makes no sense. There are no matching symbols."
78
     #endif
78
     #endif
79
 
79
 
80
   #elif DISPLAY_CHARSET_HD44780 == WESTERN
80
   #elif DISPLAY_CHARSET_HD44780 == WESTERN
108
   //          p    c    T    y    Ф    x    Ч    ч    Ш    Щ    Ъ    Ы    b    Э    Ю    Я
108
   //          p    c    T    y    Ф    x    Ч    ч    Ш    Щ    Ъ    Ы    b    Э    Ю    Я
109
             };
109
             };
110
     #elif ENABLED(MAPPER_E382E383)
110
     #elif ENABLED(MAPPER_E382E383)
111
-      #error "Katakana on a western display makes no sense. There are no matching symbols."
111
+      #error "Katakana on a WESTERN display makes no sense. There are no matching symbols."
112
     #endif
112
     #endif
113
 
113
 
114
   #elif DISPLAY_CHARSET_HD44780 == CYRILLIC
114
   #elif DISPLAY_CHARSET_HD44780 == CYRILLIC
135
              // ш    щ    ъ    ы    ь    э    ю    я      // 7  Ѱ ѱ Ѳ ѳ Ѵ ѵ Ѷ ѷ
135
              // ш    щ    ъ    ы    ь    э    ю    я      // 7  Ѱ ѱ Ѳ ѳ Ѵ ѵ Ѷ ѷ
136
              };                                           //    ѻ ѹ Ѻ ѻ Ѽ ѽ Ѿ ѿ
136
              };                                           //    ѻ ѹ Ѻ ѻ Ѽ ѽ Ѿ ѿ
137
     #elif ENABLED(MAPPER_C2C3)
137
     #elif ENABLED(MAPPER_C2C3)
138
-      #error "Western languages on a cyrillic display makes no sense. There are no matching symbols."
138
+      #error "Western languages on a CYRILLIC display makes no sense. There are no matching symbols."
139
     #elif ENABLED(MAPPER_E382E383)
139
     #elif ENABLED(MAPPER_E382E383)
140
-      #error "Katakana on a cyrillic display makes no sense. There are no matching symbols."
140
+      #error "Katakana on a CYRILLIC display makes no sense. There are no matching symbols."
141
     #endif
141
     #endif
142
   #else
142
   #else
143
     #error "Something went wrong in the setting of DISPLAY_CHARSET_HD44780"
143
     #error "Something went wrong in the setting of DISPLAY_CHARSET_HD44780"

Loading…
Cancel
Save