From 1642f5ed3170b11c7cfa5f9c36dfd7b1d679b216 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 19 Dec 2016 22:06:04 -0800 Subject: [PATCH] Add macro to some en strings --- Marlin/language_en.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/language_en.h b/Marlin/language_en.h index 219e41fdc..69b06f310 100644 --- a/Marlin/language_en.h +++ b/Marlin/language_en.h @@ -139,10 +139,10 @@ #define MSG_LEVEL_BED _UxGT("Level bed") #endif #ifndef MSG_MOVING - #define MSG_MOVING "Moving..." + #define MSG_MOVING _UxGT("Moving...") #endif #ifndef MSG_FREE_XY - #define MSG_FREE_XY "Free XY" + #define MSG_FREE_XY _UxGT("Free XY") #endif #ifndef MSG_MOVE_X #define MSG_MOVE_X _UxGT("Move X")