Browse Source

Fix spacing

Caleb Anderson 10 years ago
parent
commit
d254651146
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/language.h

+ 2
- 2
Marlin/language.h View File

137
 #define MSG_SD_PRINTING_BYTE                "SD printing byte "
137
 #define MSG_SD_PRINTING_BYTE                "SD printing byte "
138
 #define MSG_SD_NOT_PRINTING                 "Not SD printing"
138
 #define MSG_SD_NOT_PRINTING                 "Not SD printing"
139
 #define MSG_SD_ERR_WRITE_TO_FILE            "error writing to file"
139
 #define MSG_SD_ERR_WRITE_TO_FILE            "error writing to file"
140
-#define MSG_SD_CANT_ENTER_SUBDIR      "Cannot enter subdir: "
140
+#define MSG_SD_CANT_ENTER_SUBDIR            "Cannot enter subdir: "
141
 
141
 
142
 #define MSG_STEPPER_TOO_HIGH                "Steprate too high: "
142
 #define MSG_STEPPER_TOO_HIGH                "Steprate too high: "
143
 #define MSG_ENDSTOPS_HIT                    "endstops hit: "
143
 #define MSG_ENDSTOPS_HIT                    "endstops hit: "
146
 #define MSG_BABYSTEPPING_X                  "Babystepping X"
146
 #define MSG_BABYSTEPPING_X                  "Babystepping X"
147
 #define MSG_BABYSTEPPING_Y                  "Babystepping Y"
147
 #define MSG_BABYSTEPPING_Y                  "Babystepping Y"
148
 #define MSG_BABYSTEPPING_Z                  "Babystepping Z"
148
 #define MSG_BABYSTEPPING_Z                  "Babystepping Z"
149
-#define MSG_SERIAL_ERROR_MENU_STRUCTURE   "Error in menu structure"
149
+#define MSG_SERIAL_ERROR_MENU_STRUCTURE     "Error in menu structure"
150
 
150
 
151
 // LCD Menu Messages
151
 // LCD Menu Messages
152
 
152
 

Loading…
Cancel
Save