Browse Source

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

daid303 12 years ago
parent
commit
ac52dcc174
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/language.h

+ 2
- 2
Marlin/language.h View File

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

Loading…
Cancel
Save