From c1e14d6db7f032e1d3e5eb2b9132624370955207 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Tue, 24 Apr 2018 09:32:40 -0400 Subject: [PATCH] Change instance of Light to LED --- 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 24f8aa6b58..5bf24d0b82 100644 --- a/Marlin/language_en.h +++ b/Marlin/language_en.h @@ -928,7 +928,7 @@ #define MSG_CASE_LIGHT _UxGT("LED") #endif #ifndef MSG_CASE_LIGHT_BRIGHTNESS - #define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Light BRIGHTNESS") + #define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("LED BRIGHTNESS") #endif #if LCD_WIDTH >= 20 #ifndef MSG_INFO_PRINT_COUNT