From 246864ff752f7480a6bc50f2214a7fef0e374373 Mon Sep 17 00:00:00 2001 From: Roman Fomin Date: Sat, 7 Sep 2024 18:46:29 +0700 Subject: [PATCH] rename "Level Brightness"->"Extra Lighting", like in KEX port (#1887) --- src/mn_setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mn_setup.c b/src/mn_setup.c index 10f470f1..d0e6e52b 100644 --- a/src/mn_setup.c +++ b/src/mn_setup.c @@ -2218,7 +2218,7 @@ static setup_menu_t gen_settings1[] = { {"Gamma Correction", S_THERMO, M_X_THRM8, M_THRM_SPC, {"gamma2"}, .strings_id = str_gamma, .action = MN_ResetGamma}, - {"Level Brightness", S_THERMO | S_THRM_SIZE4 | S_STRICT, M_X_THRM4, + {"Extra Lighting", S_THERMO | S_THRM_SIZE4 | S_STRICT, M_X_THRM4, M_THRM_SPC, {"extra_level_brightness"}}, MI_RESET,