From 5c000c0bb0c8250ca1e676127ee5cef5597813b3 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:55:17 +0200 Subject: [PATCH] Typo fix --- app/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Settings.cs b/app/Settings.cs index 49791607..d09bcc8b 100644 --- a/app/Settings.cs +++ b/app/Settings.cs @@ -1067,7 +1067,7 @@ namespace GHelper if (matrixControl.IsSlash) { - labelMatrix.Text = "Slash Lightning"; + labelMatrix.Text = "Slash Lighting"; comboMatrixRunning.Items.Clear(); foreach (var item in SlashDevice.Modes)