浏览代码

Updated the card menu and watch messages to make it more informative.

daid303 11 年前
父节点
当前提交
ac52dcc174
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      Marlin/language.h

+ 2
- 2
Marlin/language.h 查看文件

@@ -98,13 +98,13 @@
98 98
 	#define MSG_LOAD_EPROM "Load memory"
99 99
 	#define MSG_RESTORE_FAILSAFE "Restore Failsafe"
100 100
 	#define MSG_REFRESH "Refresh"
101
-	#define MSG_WATCH "Watch"
101
+	#define MSG_WATCH "Info screen"
102 102
 	#define MSG_PREPARE "Prepare"
103 103
 	#define MSG_TUNE "Tune"
104 104
 	#define MSG_PAUSE_PRINT "Pause Print"
105 105
 	#define MSG_RESUME_PRINT "Resume Print"
106 106
 	#define MSG_STOP_PRINT "Stop Print"
107
-	#define MSG_CARD_MENU "Card Menu"
107
+	#define MSG_CARD_MENU "Print from SD"
108 108
 	#define MSG_NO_CARD "No Card"
109 109
 	#define MSG_DWELL "Sleep..."
110 110
 	#define MSG_USERWAIT "Wait for user..."

正在加载...
取消
保存