From 8c22e7710cfa5fb216da8b89ec79086a86dad375 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Tue, 17 Apr 2018 15:32:17 -0400 Subject: [PATCH] Define case light as led to match stock --- Marlin/language_en.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/language_en.h b/Marlin/language_en.h index cc47320b2d..24f8aa6b58 100644 --- a/Marlin/language_en.h +++ b/Marlin/language_en.h @@ -925,7 +925,7 @@ #define MSG_INFO_PROTOCOL _UxGT("Protocol") #endif #ifndef MSG_CASE_LIGHT - #define MSG_CASE_LIGHT _UxGT("Case light") + #define MSG_CASE_LIGHT _UxGT("LED") #endif #ifndef MSG_CASE_LIGHT_BRIGHTNESS #define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Light BRIGHTNESS")