Skip to content

Commit 3e12cf6

Browse files
authored
Merge pull request #54 from hewozuoai/hewozuoai/fix-action-bar-label
Closes #53 - Fix ACTIONBAR_LABEL text
2 parents 6e15fa6 + 32276ff commit 3e12cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gui.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ local function CreateSettingMenu(opt)
251251

252252
return {
253253
{
254-
text = ACTIONBAR_LABEL,
254+
text = ACTIONBARS_LABEL,
255255
hasArrow = true,
256256
notCheckable = false,
257257
isNotRadio = true,
@@ -304,7 +304,7 @@ local function CreateSettingMenu(opt)
304304
}
305305
}, -- 3
306306
{
307-
text = PET .. " " .. ACTIONBAR_LABEL,
307+
text = PET .. " " .. ACTIONBARS_LABEL,
308308
notCheckable = false,
309309
isNotRadio = true,
310310
keepShownOnClick = true,

0 commit comments

Comments
 (0)