Browse Source

Fix MSG_LEVEL_BED_CANCEL english

Scott Lahteine 8 years ago
parent
commit
09c6f80c1e
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      Marlin/language_en.h

+ 3
- 1
Marlin/language_en.h View File

69
 #endif
69
 #endif
70
 #ifndef MSG_LEVEL_BED_DONE
70
 #ifndef MSG_LEVEL_BED_DONE
71
   #define MSG_LEVEL_BED_DONE                  "Leveling Done!"
71
   #define MSG_LEVEL_BED_DONE                  "Leveling Done!"
72
-#define MSG_LEVEL_BED_CANCEL                "Cancel"
72
+#endif
73
+#ifndef MSG_LEVEL_BED_CANCEL
74
+  #define MSG_LEVEL_BED_CANCEL                "Cancel"
73
 #endif
75
 #endif
74
 #ifndef MSG_SET_HOME_OFFSETS
76
 #ifndef MSG_SET_HOME_OFFSETS
75
   #define MSG_SET_HOME_OFFSETS                "Set home offsets"
77
   #define MSG_SET_HOME_OFFSETS                "Set home offsets"

Loading…
Cancel
Save