Skip to content

Commit

Permalink
'Show Raid Frames' -> 'Show while in raid'
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed Jul 13, 2023
1 parent 8732bad commit ca8f576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modules/UnitFrames/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ function Options:AddGroupDisplay(frameName, OptionSet)
end,
args = {
showRaid = {
name = L['Show Raid Frames'],
name = L['Show while in raid'],
type = 'toggle',
order = 1,
},
Expand Down
2 changes: 1 addition & 1 deletion lang/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ L['Whether to show any auras casted by the boss'] = true
L['Show any other auras'] = true
L['Whether to show auras that do not fall into the above categories.'] = true
L['Smart Friendly/Hostile Filter'] = true
L['Show Raid Frames'] = true
L['Show while in raid'] = true
L['Show while in party'] = true
L['Show player'] = true
L['Show solo'] = true
Expand Down

0 comments on commit ca8f576

Please sign in to comment.