Skip to content

Commit

Permalink
change known header text
Browse files Browse the repository at this point in the history
  • Loading branch information
fusionpit committed Dec 28, 2024
1 parent db86ec4 commit 41a013c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Localization.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ local localeText = {
COST_FORMAT = "Cost: %s",
TOTALCOST_FORMAT = "Total Cost: %s",
TOTALSAVINGS_FORMAT = "Total Savings: %s",
TOTALSPENT_FORMAT = "Total Spent: %s",
BROKER_HEADER_HIDDEN_FORMAT = "%s shown (%s total)",
BROKER_HIDDEN_FORMAT = "And another %d that cost %s",
BROKER_NOTHING = "Nothing left to learn!",
Expand Down
2 changes: 2 additions & 0 deletions WhatsTraining.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,15 @@ local headers = {
color = GRAY_FONT_COLOR_CODE,
hideLevel = true,
key = KNOWN_KEY,
costFormat = wt.L.TOTALSPENT_FORMAT,
costColor = RED_FONT_COLOR_CODE,
nameSort = true
}, {
name = wt.L.KNOWN_PET_HEADER,
color = GRAY_FONT_COLOR_CODE,
hideLevel = true,
key = KNOWN_PET_KEY,
costFormat = wt.L.TOTALSPENT_FORMAT,
costColor = RED_FONT_COLOR_CODE,
nameSort = true
}
Expand Down

0 comments on commit 41a013c

Please sign in to comment.