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,7 +69,9 @@
69 69
 #endif
70 70
 #ifndef MSG_LEVEL_BED_DONE
71 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 75
 #endif
74 76
 #ifndef MSG_SET_HOME_OFFSETS
75 77
   #define MSG_SET_HOME_OFFSETS                "Set home offsets"

Loading…
Cancel
Save