From ebf40255789a0512074fd52ea61bf2025f689072 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Tue, 11 Jul 2023 00:05:15 +0200 Subject: [PATCH] Backlight label --- app/Extra.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Extra.cs b/app/Extra.cs index f6c2c363..3ea1e349 100644 --- a/app/Extra.cs +++ b/app/Extra.cs @@ -87,7 +87,7 @@ namespace GHelper InitializeComponent(); labelBindings.Text = Properties.Strings.KeyBindings; - labelBacklightKeyboard.Text = " " + Properties.Strings.LaptopBacklight; + labelBacklightTitle.Text = Properties.Strings.LaptopBacklight; labelSettings.Text = Properties.Strings.Other; checkAwake.Text = Properties.Strings.Awake;