Browse Source

Compiler Complaints about concatenated tokens (PR#2566)

Richard Wackerbarth 10 years ago
parent
commit
b217474eab
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/language_en.h

+ 3
- 3
Marlin/language_en.h View File

@@ -163,13 +163,13 @@
163 163
 #define MSG_CONTROL                         "Control"
164 164
 #endif
165 165
 #ifndef MSG_MIN
166
-#define MSG_MIN                             " "LCD_STR_THERMOMETER " Min"
166
+#define MSG_MIN                             " " LCD_STR_THERMOMETER " Min"
167 167
 #endif
168 168
 #ifndef MSG_MAX
169
-#define MSG_MAX                             " "LCD_STR_THERMOMETER " Max"
169
+#define MSG_MAX                             " " LCD_STR_THERMOMETER " Max"
170 170
 #endif
171 171
 #ifndef MSG_FACTOR
172
-#define MSG_FACTOR                          " "LCD_STR_THERMOMETER " Fact"
172
+#define MSG_FACTOR                          " " LCD_STR_THERMOMETER " Fact"
173 173
 #endif
174 174
 #ifndef MSG_AUTOTEMP
175 175
 #define MSG_AUTOTEMP                        "Autotemp"

Loading…
Cancel
Save