Browse Source

Fix spacing

Caleb Anderson 9 years ago
parent
commit
236db44669
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/language.h

+ 2
- 2
Marlin/language.h View File

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

Loading…
Cancel
Save