浏览代码

Fix MSG_LEVEL_BED_CANCEL english

Scott Lahteine 8 年前
父节点
当前提交
09c6f80c1e
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      Marlin/language_en.h

+ 3
- 1
Marlin/language_en.h 查看文件

@@ -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"

正在加载...
取消
保存