Skip to content

Commit

Permalink
refactor: Update GUI labels for clarity and consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
tg123 committed Jun 29, 2024
1 parent 22e0c18 commit 1d1748d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ local function CreateSettingMenu(opt)

return {
{
text = L["Action Bar"],
text = ACTIONBAR_LABEL,
hasArrow = true,
notCheckable = false,
isNotRadio = true,
Expand Down Expand Up @@ -282,7 +282,7 @@ local function CreateSettingMenu(opt)
arg1 = "macro",
menuList = {
{
text = L["General"],
text = GENERAL_MACROS,
isNotRadio = true,
keepShownOnClick = true,
arg1 = "macro",
Expand All @@ -291,7 +291,7 @@ local function CreateSettingMenu(opt)
func = childclicked,
},
{
text = L["Charactor Specific"],
text = CHARACTER_SPECIFIC_MACROS:format(""),
isNotRadio = true,
keepShownOnClick = true,
arg1 = "macro",
Expand Down

0 comments on commit 1d1748d

Please sign in to comment.