Skip to content

Commit

Permalink
Fix locale error (Fixes #186)
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Aug 22, 2024
1 parent 231d8b4 commit ce031b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RatingBuster.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3597,7 +3597,7 @@ local function WriteSummary(tooltip, output)

local headerText
if db.global.sumShowTitle then
headerText = L["StatSummary"]
headerText = L["Stat Summary"]
end
if db.global.sumShowProfile then
local profile = db:GetCurrentProfile()
Expand Down

0 comments on commit ce031b1

Please sign in to comment.