From bb2bcbb285dc26af6971e16c343352143b623faa Mon Sep 17 00:00:00 2001 From: Boshi Lian Date: Sat, 29 Jun 2024 04:31:02 -0700 Subject: [PATCH] feat: Update GUI label for "Other" in settings menu --- gui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.lua b/gui.lua index 2788fa2..b876ea5 100644 --- a/gui.lua +++ b/gui.lua @@ -369,7 +369,7 @@ do tAppendAll(settings, { { isTitle = true, - text = L["Other"], + text = OTHER, notCheckable = true, }, {