|
@@ -30,8 +30,8 @@ extern const char* const MSG_ACTIVE_EXTRUDER_LANG_TABLE[1];
|
|
|
#define MSG_ACTIVE_EXTRUDER LANG_TABLE_SELECT_EXPLICIT(MSG_ACTIVE_EXTRUDER_LANG_TABLE, 0)
|
|
|
extern const char* const MSG_ADJUSTZ_LANG_TABLE[LANG_NUM];
|
|
|
#define MSG_ADJUSTZ LANG_TABLE_SELECT(MSG_ADJUSTZ_LANG_TABLE)
|
|
|
-extern const char* const MSG_ALL_LANG_TABLE[1];
|
|
|
-#define MSG_ALL LANG_TABLE_SELECT_EXPLICIT(MSG_ALL_LANG_TABLE, 0)
|
|
|
+extern const char* const MSG_ALL_LANG_TABLE[LANG_NUM];
|
|
|
+#define MSG_ALL LANG_TABLE_SELECT(MSG_ALL_LANG_TABLE)
|
|
|
extern const char* const MSG_AMAX_LANG_TABLE[1];
|
|
|
#define MSG_AMAX LANG_TABLE_SELECT_EXPLICIT(MSG_AMAX_LANG_TABLE, 0)
|
|
|
extern const char* const MSG_AUTHOR_LANG_TABLE[1];
|
|
@@ -142,8 +142,8 @@ extern const char* const MSG_CORRECTLY_LANG_TABLE[LANG_NUM];
|
|
|
#define MSG_CORRECTLY LANG_TABLE_SELECT(MSG_CORRECTLY_LANG_TABLE)
|
|
|
extern const char* const MSG_COUNT_X_LANG_TABLE[1];
|
|
|
#define MSG_COUNT_X LANG_TABLE_SELECT_EXPLICIT(MSG_COUNT_X_LANG_TABLE, 0)
|
|
|
-extern const char* const MSG_CURRENT_LANG_TABLE[1];
|
|
|
-#define MSG_CURRENT LANG_TABLE_SELECT_EXPLICIT(MSG_CURRENT_LANG_TABLE, 0)
|
|
|
+extern const char* const MSG_CURRENT_LANG_TABLE[LANG_NUM];
|
|
|
+#define MSG_CURRENT LANG_TABLE_SELECT(MSG_CURRENT_LANG_TABLE)
|
|
|
extern const char* const MSG_DISABLE_STEPPERS_LANG_TABLE[LANG_NUM];
|
|
|
#define MSG_DISABLE_STEPPERS LANG_TABLE_SELECT(MSG_DISABLE_STEPPERS_LANG_TABLE)
|
|
|
extern const char* const MSG_DWELL_LANG_TABLE[LANG_NUM];
|
|
@@ -586,8 +586,8 @@ extern const char* const MSG_UNLOAD_FILAMENT_4_LANG_TABLE[LANG_NUM];
|
|
|
#define MSG_UNLOAD_FILAMENT_4 LANG_TABLE_SELECT(MSG_UNLOAD_FILAMENT_4_LANG_TABLE)
|
|
|
extern const char* const MSG_USB_PRINTING_LANG_TABLE[LANG_NUM];
|
|
|
#define MSG_USB_PRINTING LANG_TABLE_SELECT(MSG_USB_PRINTING_LANG_TABLE)
|
|
|
-extern const char* const MSG_USED_LANG_TABLE[1];
|
|
|
-#define MSG_USED LANG_TABLE_SELECT_EXPLICIT(MSG_USED_LANG_TABLE, 0)
|
|
|
+extern const char* const MSG_USED_LANG_TABLE[LANG_NUM];
|
|
|
+#define MSG_USED LANG_TABLE_SELECT(MSG_USED_LANG_TABLE)
|
|
|
extern const char* const MSG_USERWAIT_LANG_TABLE[LANG_NUM];
|
|
|
#define MSG_USERWAIT LANG_TABLE_SELECT(MSG_USERWAIT_LANG_TABLE)
|
|
|
extern const char* const MSG_VMIN_LANG_TABLE[1];
|