浏览代码

messages corrected

PavelSindler 7 年之前
父节点
当前提交
34a1a4d4c7
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. 3 3
      Firmware/language_all.cpp
  2. 3 3
      Firmware/language_en.h

+ 3 - 3
Firmware/language_all.cpp

@@ -3547,17 +3547,17 @@ const char * const MSG_WIZARD_WELCOME_LANG_TABLE[1] PROGMEM = {
 	MSG_WIZARD_WELCOME_EN
 };
 
-const char MSG_WIZARD_WILL_PREHEAT_EN[] PROGMEM = "No I will preheat nozzle for PLA.";
+const char MSG_WIZARD_WILL_PREHEAT_EN[] PROGMEM = "Now I will preheat nozzle for PLA.";
 const char * const MSG_WIZARD_WILL_PREHEAT_LANG_TABLE[1] PROGMEM = {
 	MSG_WIZARD_WILL_PREHEAT_EN
 };
 
-const char MSG_WIZARD_XYZ_CAL_EN[] PROGMEM = "I will run xyz calibration now\x85 It will take approx. 12 mins.";
+const char MSG_WIZARD_XYZ_CAL_EN[] PROGMEM = "I will run xyz calibration now. It will take approx. 12 mins.";
 const char * const MSG_WIZARD_XYZ_CAL_LANG_TABLE[1] PROGMEM = {
 	MSG_WIZARD_XYZ_CAL_EN
 };
 
-const char MSG_WIZARD_Z_CAL_EN[] PROGMEM = "I will run z calibration now\x85";
+const char MSG_WIZARD_Z_CAL_EN[] PROGMEM = "I will run z calibration now.";
 const char * const MSG_WIZARD_Z_CAL_LANG_TABLE[1] PROGMEM = {
 	MSG_WIZARD_Z_CAL_EN
 };

+ 3 - 3
Firmware/language_en.h

@@ -322,10 +322,10 @@
 #define	MSG_WIZARD_QUIT						"You can always resume the Wizard from Calibration -> Wizard."
 #define MSG_WIZARD_SELFTEST					"First, I will run the selftest to check most common assembly problems."
 #define MSG_WIZARD_CALIBRATION_FAILED		"Please check our handbook and fix the problem. Then resume the Wizard by rebooting the printer."
-#define MSG_WIZARD_XYZ_CAL					"I will run xyz calibration now It will take approx. 12 mins."
+#define MSG_WIZARD_XYZ_CAL					"I will run xyz calibration now. It will take approx. 12 mins."
 #define MSG_WIZARD_FILAMENT_LOADED			"Is filament loaded?"
-#define MSG_WIZARD_Z_CAL					"I will run z calibration now"
-#define MSG_WIZARD_WILL_PREHEAT				"No I will preheat nozzle for PLA."
+#define MSG_WIZARD_Z_CAL					"I will run z calibration now."
+#define MSG_WIZARD_WILL_PREHEAT				"Now I will preheat nozzle for PLA."
 #define MSG_WIZARD_HEATING					"Preheating nozzle. Please wait."
 #define MSG_WIZARD_V2_CAL					"Now I will calibrate distance between tip of the nozzle and heatbed surface."
 #define MSG_WIZARD_V2_CAL_2					"I will start to print line and you will gradually lower the nozzle by rotating the knob, until you reach optimal height. Check the pictures in our handbook in chapter Calibration."