Skip to content

Commit

Permalink
Merge pull request #54 from hewozuoai/hewozuoai/fix-action-bar-label
Browse files Browse the repository at this point in the history
Closes #53 - Fix ACTIONBAR_LABEL text
  • Loading branch information
tg123 authored Jun 30, 2024
2 parents 6e15fa6 + 32276ff commit 3e12cf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ local function CreateSettingMenu(opt)

return {
{
text = ACTIONBAR_LABEL,
text = ACTIONBARS_LABEL,
hasArrow = true,
notCheckable = false,
isNotRadio = true,
Expand Down Expand Up @@ -304,7 +304,7 @@ local function CreateSettingMenu(opt)
}
}, -- 3
{
text = PET .. " " .. ACTIONBAR_LABEL,
text = PET .. " " .. ACTIONBARS_LABEL,
notCheckable = false,
isNotRadio = true,
keepShownOnClick = true,
Expand Down

0 comments on commit 3e12cf6

Please sign in to comment.